Writing Great Software
- by 01010011
Hi,
I'm currently reading Head First's Object Oriented Analysis and Design. The book states that to write great software (i.e. software that is well-designed, well-coded, easy to maintain, reuse, and extend) you need to do three things:
Firstly, make sure the software does everything the customer wants it to do
Once step 1 is completed, apply…