Menu

#1 Code improvement: get rid of implicitly typed variables

open
nobody
None
5
2009-10-06
2009-10-06
Anonymous
No

This is not so much a feature, but would it be a big deal to get rid of all the "var" implicitly typed variables from the source code?
These were just added to accomodate linq and shouldnt be sprinkled throughout regular code haphazzardly.

They kind of look horrible, serve no purpose, they do not do much for code discovery, and make the code harder to understand and read.

Discussion


Log in to post a comment.