Keep it simple
keeping it simple reduces cognitive load
Backlinks¶
- don’t waste time on naming
- If you find yourself often struggling with naming, have a look at your current approach and see if you can change it.
- TODO how to write good documentation
- qt_custom_window
- all qt-s
let dev choose if they want them.
keep it simple to avoid advanced features such as aero breaking in e.g. Unreal or Blender.
- all qt-s
- don’t waste time on organizing your tools
- if you often have to spend time and effort on organizing your tools,
keep it simple. focus on creating tools,
not a on spending time searching for what you need - Put all your Python packages in a single folder. Just like how Python does it.
- if you often have to spend time and effort on organizing your tools,