Click here to Skip to main content
15,893,588 members
Articles / Programming Languages / C#

Can the C# ‘var’ keyword be misused?

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
10 Jul 2011CPOL1 min read 5.9K  
I've always used var because ReSharper suggested it by default. However, like most people, I only did this when I didn't understand the conotations of ReSharper's suggestion. Now I disable this suggestion in the plug-in, and in actual fact, I prefer to use the fully qualified name on at least...

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Crantech Solutions Ltd
England England
This member doesn't quite have enough reputation to be able to display their biography and homepage.

Comments and Discussions