Skip to content

LearningToCode

Ben Christel edited this page Jan 3, 2021 · 1 revision

How to learn to program:

  1. look up tutorials for how to do the stuff you want to do
  2. eventually, stuff will break. Debugging leads to deeper understanding of how things work at a fundamental level.
  3. Once you have enough deep understanding, you can invent new things.
  4. Inventing new things leads to failure, which produces wisdom.
  5. Finally, you become wise enough build stuff without failing too hard.
Clone this wiki locally