September 20, 2008

Instructions to keep in mind before developing an application


1. Is it needed?
2. Where to start(Either bottom-up/top-down approach)?
3. Naming conventions
4. Is it extensible -- i.e., will it work for n
5. Reusability - can ur code will be used elsewhere?
6. Am i writing like a good programmer?
7. Performance issues - will it upgrade/degrade performance

0 comments: