2 Aug
2009

This is Real

Category:UncategorizedTag: :12 Comments on This is Real

Real code in a production system which will remain unnamed, as will the source. Drink it in. class Customer { public string Role; public void Save() { // lots of code here string[] roles = Roles.GetAllRoles(); foreach (string role in roles) { if (Role.ToUpper() == role.ToUpper()) { Role = role; break; } } // lots […]

Read More