File Under "Geek Jokes"

Found in the source code for our company’s product:

public enum BusinessRuleBool : int {
  False = 0,
  True = 1,
  ShouldAlwaysBeFalseButHasOccasionallyBeenTrue = 2
}

I think nothing more need be said.

blog comments powered by Disqus