Code improvement: get rid of implicitly typed variables
Status: Beta
Brought to you by:
akutz
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.