6 ms·
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 o
by pdaddyo 14y 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
}
- wtracy 14y agoPlease ... tell me you are joking. Edit: I don't disbelieve you just, wow, that is amazingly bad.