Search Results

1
vote

In C# (or any language) what is/are your favourite way of removing repetition?

"cut and paste with minor tweaks here and there" is the kind of code repetition I usually solve with an entirely non-exotic approach- Take the similar chunk of code, extract it out to a seperate m …