enums

enums

Avoiding Booleans

Brad Abrams recently posted [http://blogs.msdn.com/brada/archive/2005/10/26/475085.aspx] another great excerpt from the unfortunately named .NET Framework Standard Library Annotated Reference Volume 2 [http://www.amazon.com/exec/obidos/ASIN/0321194454/codihorr-20]: > Avoid creating methods with Boolean parameters. Boolean parameters make calls

By Jeff Atwood ·
Comments