Quick example: why coding standards must be in place
- by DigiMortal
One quick example why coding standards must be in place. Take a look at the following code – property names are changed but not anything else. public string Property1 { get; set; } public string Property2 { get; set; } public string Property3 { …