Tuesday, January 15, 2008

Great Software in 3 steps

1. Make sure your software does what the customer want it to do.
2. Apply basic OO principles to add flexibility.
- refactor, look for duplicate code
3. Strive for a maintainable, reusable design.
- apply design pattern

No comments: