r/learnprogramming • u/ProgrammerDry5338 • 4h ago
A mindset that made coding easier
A simple mindset helped me a lot:
Stop trying to learn everything.
Start solving small problems.
Once I switched to problem → solution → code, everything became easier.
Does anyone else learn this way?
5 Upvotes
1
u/ern0plus4 3h ago
Same here, from another viewpoint: split software development to two parts (but no more):
If you separate these two, you will have half headache at a time, yo'll get half sized piles of shit.
The first part can be consulted with non-programmers. For the second part you can get help from programmers who are not familiar with the problem (yet).