Skip to content

miscellaneous

How to name things

Avoid comments when possible

  • If you already follow single responsibility from SOLID, most of the time you should be able to write code that is auto explainable, such as using better names, or if complex enough, split into more functions. https://www.youtube.com/watch?v=Bf7vDBBOBUA CodeAesthetic - Don't Write Comments

Avoid nesting your code