ReSharper
There are 3 entries for the tag
ReSharper
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...
...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
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...