Keep your code neat and clean ...
The responsibility of a developer does not end by just unit testing the application and throwing it away. He has to ensure that the application performs at a superior pace and exceeds user expectations in every possible way. Towards this, I would say, the following minimum steps are required:
The responsibility of a developer does not end by just unit testing the application and throwing it away. He has to ensure that the application performs at a superior pace and exceeds user expectations in every possible way. Towards this, I would say, the following minimum steps are required:
- During code maintenance, always run tools like FxCop to ensure that stale and junk entries are not inadvertently crept in.
- Run a step-by-step code review and have peer code review process chipped in so that the quality of the code output is upheld at the highest level.
No comments:
Post a Comment