I am trying to discover how great our problem is with duplicate code, therefore I need to be able to mail a nice report (HTML, PDF, or word) to everyone on the team that lists all the duplicates that
I have several objects that look like this: class PhoneNumber { StringgetNumber(); StringgetExtension(); DateTime getLastCalled();
Sadly, a project that I have been working on lately has a large amount of copy-and-paste code, ev开发者_JS百科en within single files.Are there any tools or techniques that can detect duplication or ne
I don\'t know what this is called so I\'ve struggled to find an answer from google but I have a vague memory of it from t\'old days.
i have an asp.net mvc website where i build up most of the page using C# for example building up html tables given a set of data from my viewmodel
I have a need to restrict certain numbers to valid ranges in my application. I created delegates to handle this. I don\'t know if this is the right way to do it; I\'m running into something that feels
I have multiple classes in a project that are exactly the same except for the name of the class. Basically, they represent glorified enums loaded at runtime from config files. The classes look like th
Given this form (which contains a submit button): <form id=\"review_form\"> <input type=\"submit\" id=\"btn_submit\" value=\"Submit with ajax! (submit button)\">