xkcd:  Writing Good Code (Flowchart)

My opinion is that we need to sort of find a middle ground between professional and hobby mode.

Well, probably best for hobby mode (code-wise) would be:

  1. Use a clean, concise style
  2. Have good formatting
  3. Be consistent in your style
  4. Use comments where appropriate
  5. If needed, create documentation (doxygen-style commenting in the code can help)

:slight_smile: