Local type inference allows using var everywhere for local variable declaration. While this is syntactically correct, it is not a good practice, at least in my opinion. I tried to write down what could be a set of best practices using local type inference
Read More...