File Under "Geek Jokes"
July 19, 2004
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.
July 19, 2004
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.