Simple but powerful Coding Practices that you can adopt immediately: Indentation & whitespace
Continuing the powerful coding practices series, today I will talk with two simple concepts that can greatly improve the readability of our code.
Maintaining proper indentation
A source file is a hierarchy rather like an outline. Each level of this ...
Siddharth Rout
The million dollar question: spaces or tabs?