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

asked
User Abasar
by
7.8k 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.

answered
User Bert Deterd
by
8.4k points

No related questions found