9
gamblet
6y

I hate it when people use like 7 "if" statements instead of like.. 2? And when they do not nest "if"s.
For ex. :
if(condition1 && condition2){
}
if(condition1 && condition3){
}
.....

" But I am writing it out longer to understand better! "

Yet it eventually stays that way with like 50 lines of "if"s..

Comments
Add Comment