Comments on: Exploring C#: Type inference and the var keyword https://blogs.perficient.com/2013/07/11/exploring-c-type-inference-and-the-var-keyword/ Expert Digital Insights Thu, 11 Jul 2013 15:37:52 +0000 hourly 1 By: Kyle Burns https://blogs.perficient.com/2013/07/11/exploring-c-type-inference-and-the-var-keyword/#comment-4083 Thu, 11 Jul 2013 15:37:52 +0000 http://blogs.perficient.com/microsoft/?p=18693#comment-4083 Excellent overview of how var can be used to ease readability of code making it easier to maintain. I especially appreciated your covering the existence of scenarios where var does not make the code easier to read and likely should not be used. Like any other tool it should be leveraged only where it brings value as opposed to globally saying “always/never use var instead of explicit type declarations”. Thanks for the great post!

]]>