|
|
|
|
|
by buzzin_
345 days ago
|
|
I have found it that if you invest some time in learning how to write quality for loops, the quality indeed goes up. Also, when writing for loops, you have to explicitly think about your exit condition for the loop, and it is visible right there, at the top of the loop, making infinite loops almost impossible. |
|