Possible Duplicates:
What is the worst code you’ve ever written?
What programming hack from your past are you most ashamed of?
Most shameful/awesome language hackPossible Duplicate:
What is the worst code you’ve ever written?
Duplicate
What's the worst code you've ever written?
Most shameful/awesome language hack
Today my friend sent me a line of code that he just found while attempting to debug and it got me wondering what others have found. So, in your coding travels, what is the line of code that has made you most think to yourself, "Oh...this can't be good.".
To start things off:
const float nearZero = 0.0000001;
Edit 2: To specify: I'm most curious about single lines of code, not entire blocks.
Edit 3: Also, to clarify, I'm not saying the code is necessarily bad upon further inspection. I'm just looking for first glance "Oh no" kind of moments.
