Code Analysis Using Atomiq
Posted by: ASPAlliance.com - The #1 ASP.NET Community,
on 08 Mar 2011 |
View original | Bookmarked: 0 time(s)
Code analysis is one way you can keep your code clean and your technical debt low. One of the simplest ways to achieve this is to minimize blocks of duplicate code, usually the result of cut-and-paste coding. Atomiq is an inexpensive, simple-to-use tool that detects duplicate blocks of code, making it easy to apply refactorings to eliminate the duplication....