Appreciate this! I’m trying to be the meme, “Learn to Code”
Discussion
i spent the first 10 years of my programming life struggling with why I had to rewrite my programs all the time. it was mainly because I didn't appreciate or understand this simple fact.
to be fair I was trying to teach myself programming from a "c++ for dummies" book with no internet, so that was probably why. "fancy" c++ teaches you the absolute worst programming practices.
I tried to jump into Rust as all the cool bitcoin projects seemed to use it. My only experience being some Python scripting at best. That seemed like a mistake, going back to Python to cut my teeth.