Search Results

3
votes

Is Unit Testing worth the effort?

In short - yes. They are worth every ounce of effort... to a point. Tests are, at the end of the day, still code, and much like typical code growth, your tests will eventually need to be refactor …
295
votes

What is the single most effective thing you did to improve your programming skills?

In no specific order... learning other frameworks/languages, and seeing how they do things, and compare that to stuff that I already know reading about patterns, be …
4
votes

What is your favorite use of Resharper?

for me it's the shortcuts... specifically ctrl b - Navigates to declaration/definition ctrl alt b - Navigates to inheritor (eg. ctrl …