3
cobra
8y

Last week I found this on some spaghetti code I was analyzing:

if (boolVar) {
...
}
if (!boolVar) {
...
}
if (boolVar) {
...
}

Comments
Add Comment