C and C++ Elements to Avoid

C and C++ Elements to Avoid

The List of Bad Elements No Indentation Indentation means that the contents of every block are promoted from their containing environment by using a shift of some space. This makes the code easier to read and follow. Code without indentation is harder to read and so...