tdd-ebook icon indicating copy to clipboard operation
tdd-ebook copied to clipboard

add bool method parameter antipattern

Open grzesiek-galezowski opened this issue 10 years ago • 0 comments

public void DoSomething(int a, int b, bool doThisWayOrOtherwise) { if(doThisWayOrOtherwise) behaviorA(); else behaviorB(); }

grzesiek-galezowski avatar Jan 07 '15 08:01 grzesiek-galezowski