The things thatΒ ReSharper showed me and thought me is simply amazing. It’s like having your own personal pair programmer sitting right next to you all the time.
It tells you if your code is good, if you actually use the code you create and it even helps you reformat/refactor your code to make it more robust.
An example that blew me out of the field was with an iteration I was working on which went over a List. ReSharper offered a suggestion to useΒ Linq and went right ahead rewriting the whole iteration into a Linq statement. This is great for teaching you new stuff !



