Measuring code complexity and writing self-documented code
1–2 of 2 posts
Re: Measuring code complexity and writing self-documented code
#2It occurs that developers recently got a chance to automatically measure code complexity (not by using cyclomatic complexity metrics), stop arguing whether code is readable and maintainable or not, and start refactoring code in clear dialog with the management. At the same time, this tool is not widely recognized, and I just want to fix that by sharing details in an article!