Hacker News new | ask | show | jobs
by pdaddyo 5037 days ago
A classic early bug that lost me hours and hours:

  if(true)  // i've forced this to true now
  {

     // this code is never reached because of that comment on the if() line

  }
1 comments

Please ... tell me you are joking.

Edit: I don't disbelieve you just, wow, that is amazingly bad.