|
by John Papa via JohnPapa.net on 10/3/2010 11:26:00 PM
This weekend I posted 5 simple ways to reduce your code using Resharper (tips 1-5). I decided to follow that up with another set of 5 quick and easy tips, so here they go. Hopefully these tips will show you some things I do to turn on (and off) some refactoring suggestions. Tip 6) Remove Parameter, and Update Usages I had a method in an interface where at one point I was using 3 parameters. Somewhere along the way I stopped using one of the parameters, and Resharper was kind enough to po
... [ read more ]
|