|
|
|
|
|
by prlin
2382 days ago
|
|
I was just reading about programmer's block / writer's block. This Quora answer https://www.quora.com/Do-programmers-suffer-from-Writers-Blo... gives a few helpful tips such as just write some functions to get you going and get the program to show output as quickly as possible (hello world, failing unit tests, whatever). Stopping when you've done the hard work of figuring out what to do next seems like a good technique as well. I don't think you should interrupt yourself mid-task though vs. pausing when you're ready for the next logical piece. |
|