ReSharper

There are 3 entries for the tag ReSharper
A Quarter of Resharper - The Good and the Bad

Back in May I posted about starting to use ReSharper as part of the whole bit of learning new tools, becoming a better developer, etc, etc.  3 full months later and I'm starting to worry that if I ever don't have ReSharper available, I'll probably die.  Or become a garbage man.  W/E. So, talk about the good first.  This thing is awesome.  In my drive to make the little box on the top-right of the code window go green I find myself writing more thought-out code rather than just shooting from the hip.  I'm being more defensive about my programming, checking...

posted @ Wednesday, September 12, 2007 9:12 PM | Feedback (0)

Only ReSharper Complaint So Far

...Is the suggestion on every concatenated string to use String.Format().  String.Format is great for some things (localization particularly) but I don't know, seems like maybe some newer developers might take the suggestion that String.Formatting everything is better than simple concatenation which, from a performance standpoint, it is not. (no, it's also not gonna totally destroy your program...but a bad practice is a bad practice c'est no?) Tags: ReSharper Tools

posted @ Thursday, May 03, 2007 4:29 PM | Feedback (0)

Test Driving ReSharper - Link to Great Resource

Yeah, I know, www.monthsbehind.com Anyway, now that I have a little more time on my hands, I'm making a concerted effort to improve my process, and sharpen my sword.  In doing so, I've decided to try out ReSharper. I know, a ton of people use it and love it.  I tried it out like...I don't know probably 2 years ago, and I didn't really grok it right away (like, within 10 minutes lol) so I dumped it. Installed the trial tonite and am playing around with some fluff project code while I get a feel for it.  While looking for tutorials (would it...

posted @ Tuesday, May 01, 2007 5:48 AM | Feedback (1)