Originally posted by jmo21
View Post
"I found this line of code while doing some cleanup," Adam Aldrich writes, "this has to be the worst way to set a boolean variable to false."
bool memberHasFingerprint = bool.Parse(bool.FalseString);
bool memberHasFingerprint = bool.Parse(bool.FalseString);
Leave a comment: