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...
C and C++ Elements to Avoid

Reg-ex debugger

“Some people, when confronted with a problem, think “I know, I’ll use regular expressions.” Now they have two problems.”  Great online tool for debugging your regular expressions: https://eigenstate.org/notes/regex-debug Example: Pattern...