Comment by agentultra
Comment by agentultra 3 months ago
If you want to try something wild: take a side project and do your programming on paper.
Type the code in and run it if you must. But go back and write in pen and ink.
It sounds weird. Programming languages have a lot of funky syntax. You’ll find the impulse to either find short-hand or else you will start structuring the program such that you can keep (parts of) it in your head.
When I was learning Python on Udacity’s Python course, I worked out solutions to the problem sets on paper. That’s when I do my best, 100% focused thinking: with a good pen and a nice notebook.
It’s still the most enjoyable programming experience I’ve had.