206k views
0 votes
Why is it good advice to indent all the statements inside a set of braces?

User Abasar
by
5.7k points

1 Answer

4 votes

It is a good advice to indent all the statements inside a set of braces because it will make your code much easier to read, and so that the compiler would know what and when to compile an specific statement.

User Bert Deterd
by
6.3k points