zettelkasten

Programming Habits

Last updated: 1/9/2025

This note will go over good programming practices, habits, thought patterns:

Code is for people. Don't spend unnecessary time memorizing syntax and the like, learn how to google well. When there is a bug, then say the problem out loud to solve it, ask yourself what the values of the variables are and that will lead you to the solution. When you don't know how to solve a problem, there IS a solution, you just need to solve it1 Another problem solving strategy is not to solve the problem you are on, but to redefine the problem, and solve an easier one and then solve the problem you want to solve.

See Also

Footnotes

  1. metalearning