I\'m reading some lecture notes of my C++ lecturer and he wrote the following:
Use Indentation // OK Never rely on operator preced
It makes your code more readable by clearly defining the scope of your loops and conditional blocks. It also saves you from accidental mistakes.