Tagged Questions
15
votes
14answers
2k views
Why would var be a bad thing?
I've been chatting with my colleagues the other day and heard that their coding standard explicitly forbids them to use the var keyword in C#. They had no idea why it was so and I've always found ...
14
votes
5answers
6k views
Using implicitly typed local variables [closed]
I just installed a trial version of ReSharper and one of the first things I noticed is that it always suggests to replace explicitly typed local variables with implicitly typed ones, e.g:
public ...