What to demand from developers beyond completing tasks: DRY, code cleanliness, and documentation as a work standard.
Requirements for Developers: More Than Code
Simply "working code" is not enough. For a project's long life, the manager must require the team to follow technical standards.
What exactly should be required?
- Following DRY/SOLID principles.
- Covering code with tests.
- Clear comments and documentation.