Welcome to EMC Consulting Blogs Sign in | Join | Help

Browse by Tags

All Tags » c# » simain
  • Don't Repeat Yourself, part 2

    I have written a small utility that I call DuplicateFinder, since it finds duplicate lines of code in files.  I spent a year in the late 1990s working in small company. We asked prospective hires to submit code samples, and I was one of the people looking at the code. There are problems with this method, in that it's too easy to ...
    Posted to Anthony Steele's Blog (Weblog) by Anthony.Steele on June 12, 2007
  • Don't repeat yourself

    Don't repeat yourself. I'll say it again – don't repeat yourself. When writing code, consolidate duplication. (But when explaining, say it several different ways). Code duplication hinders code readability and maintainence. On Friday I downloaded an interesting tool called Simian It is so named because it's a SIMIlarity ...
    Posted to Anthony Steele's Blog (Weblog) by Anthony.Steele on February 26, 2007
Powered by Community Server (Personal Edition), by Telligent Systems