Nitriq is a product by


Listen to Jon Talk About Nitriq and Atomiq on DotNetRocks!
 
Jon von Gillern recently got to talk with Carl and Richard from DotNetRocks about Nitriq Code Analysis and Atomiq Duplicate Code Finder. You can listen to the episode here.

Thanks to Carl and Richard!


Wednesday, June 16, 2010 - 7:45 AM CST - Permalink - Comments [0]
Tags: Atomiq | CopyPasteKiller | Nitriq


CopyPasteKiller - Free Code Similarity Finder
 
So I just published CopyPasteKiller, a free tool that helps .Net developers working with large code bases find all the places that another developer used the time honored practice of Copy-Paste Inheritance. Or sometimes the code base is so big that it is easy duplicate functionality without actually copying and pasting. Either way, CopyPasteKiller is a fast way to hunt down similar chunks of code so that they can be refactored.

CopyPasteKiller currently only works with C# and VB.NET code and isn't the most polished tool in the world, but it'll get the job done. I hope you find it useful, if you have any questions/comments/bugs please feel free to email me directly at von@nitriq.com.

You can find the download and more details here.

Tuesday, October 27, 2009 - 8:10 AM CST - Permalink - Comments [2]
Tags: CopyPasteKiller | Tips and Tricks