A case for missing curly braces
Many times as a deadline approach, we cut corners. We think in terms of “the less amount of keys pressed the better,” because we need to finish our code on time. At first, we tend to eliminate the curly braces when defining a block of code, specially in “if” and loop statements. The problem...