Archive

Posts Tagged ‘C#’

Enum’s are Evil – updated

July 1st, 2009
Thomas

In C# dotnet the class Enum is heavily used. Some geek’s argue that the Enum’s “improve code clarity and and reduce the probability of invalid values. … Enum’s are self-documenting.

I will show you, that Enum’s are in almost any cases just evil.

You don’t believe me? Read on…

read more

 

.NET, Software , , , ,