Comment by MobiusHorizons
Comment by MobiusHorizons 8 hours ago
I have been thinking about this a lot recently. There is a lot you can do to work through programming problems away from your computer if you have enough of it in your head. Unfortunately, it seems harder and harder to keep the project in my head the more I rely on autocomplete, linters or other IDE features. These bring my process of reprogramming out of my head and into a more constant conversation with the editor. Autocomplete disincentivizes me from remembering the interface of my dependencies. On personal projects it’s much easier, since I have usually written all the code myself, and I have been using basic vim with no plugins at home.