Tuesday, September 1, 2009

common programming mistakes to avoid ...

1. Improper Or No Comments.
2. Not reviewing your code.
3. Assuming Business Logic.
4. Not refactoring code.
5. Not Unit testing your code.
6. Not maintaining list of changes.
7. Not indenting your code.
8. Not modularizing code.
9. Hard coding messages and configurations.
10. Not having a backup of files before upload.

No comments:

Post a Comment