|
|
|
|
|
by tetron
2504 days ago
|
|
Arguably the most important purpose of code review is to ensure the code is maintainable, i.e. the next person to look at it can figure it out. Having standards like naming/formatting conventions and test coverage should exist to support maintainability, rather than be goals in themselves. |
|