Code review Agile way


  • For sustainability, the team really should own and evolve their standards instead of them being handed a bible.
  • The coding standards can and should change over time.
  • The key is clarity, testability, extensibility and maintainability of the code itself. 
  • It is also important to establish from the beginning that the code base is shared by the whole team. No part of the code should be understood and maintained by only one team member. 
  • Pair programming is the best way to get consistent adherence to standards.
  • The key is the discipline of unit testing and refactoring

Comments

Popular posts from this blog

Scrum Answer to Top 10 Software Project Risks