Is gratuitous use of 'var' keyword considered harmful?

Posted by spender on Stack Overflow See other posts from Stack Overflow or by spender
Published on 2010-04-29T00:42:47Z Indexed on 2010/04/29 0:47 UTC
Read the original article Hit count: 398

Filed under:
|
|

I use it almost all the time unless I'm not assigning to the variable immediately, in which case it's not an option. Good or bad?

© Stack Overflow or respective owner

Related posts about c#

Related posts about coding-style