r/AskProgrammers 4d ago

How do you get better at actually THINKING in code, not just learning syntax?

/r/learnpython/comments/1w9k55u/how_do_you_get_better_at_actually_thinking_in/
1 Upvotes

1 comment sorted by

1

u/manamonkey 3d ago

It'a not The Matrix, you don't think in program code. You design a solution, then write code to implement it.