|
|
|
|
|
by mck-
2630 days ago
|
|
Just what I thought. Sounds like author has awareness of the problem, but decided on a rather difficult solution. You can still get into flow while looking up syntax you haven't committed to memory, but know how to find in 2 min. I have a habit not to commit anything to memory that I could Google in 2 min, saving on RAM. |
|
One way I've found to mitigate this is to not try to write things that that would definitely work on the first draft. Instead, whenever I need something I don't remember, I just write enough of it to note what I'm trying to do and keep going. The details of whether it would be more convenient to use slice or substring here aren't important when I'm trying to write things down before I forget them.