Why should you attack incorrect parameter name casing now?
Who cares if your C# method parameters are called “int customerId”, “int CustomerID” or whatever? Well, soon you will! For the short history of C#, method parameter names have been like private variables to C# developers: Their names don’t make a difference and can be changed at any time. Yet technically, changing method argument names […]
September 7, 2009
В· Jouni Heikniemi В· No Comments
Tags: C#, coding conventions В· Posted in: .NET