Interesting code standard blog entry

written by Ryan Olshan on Wednesday, January 04 2006

Today I came across an interesting blog entry debating the use of prefixing m_ to a variable name when naming private member variables. I feel that if there was a standard, we would all be following it. IMO, if you develop a decent coding standard, you should be able to create code that reads like a book without the need for comments, with the exception of explaining something such as an edge case (i.e. We must set VariableName to 0, else NullReferenceException will be thrown).

m Underscore

Kick this post on .NET Kicks

Similar Posts

  1. Running different versions of the same assembly
  2. VB.NET GridView Sorting/Paging w/o a DataSourceControl DataSource
  3. C# GridView Sorting/Paging w/o a DataSourceControl DataSource

Post a comment