How to commit more things to memory when programming

Posted by scuffedProgrammer@reddit | programming | View on Reddit | 4 comments

I feel like when I’m programming in React I write the code line by line, but when tasks get a bit bigger, they aren’t suited to be solved this way. How can I commit more bits and bobs of the system I’m working on to memory? Right now I have to program a frontend and backend to solve a task, and I want to get rid of the tendency I have of writing one part of the system at a time and get a better overview of the system I’m working on. How should I go about doing this?