5 (more) Easy Tips to Reduce and Refactoring your Code with Resharper (Tips 6-10)
Posted by: JohnPapa.net,
on 03 Oct 2010 |
View original | Bookmarked: 0 time(s)
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 ere 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 point...