By tag: DRY
0
kicks
Removing excess lambda expressions with a Roslyn Visual Studio plugin
A roslyn plugin that looks for duplicated lambda expressions;
Once detected, breaks them out into a separate function;
Names the function something based on what the function is doing
0
kicks
Why DRY and Unit Tests don’t mix well.
Why applying the DRY (The Don't Repeat Yourself) principle to your unit test is not always a good idea.
0
kicks
DRY Programming - Don't Repeat Yourself Awareness
DRY Awareness - And How to make extremely reusable code