|
|
|
|
|
by alan_n
2057 days ago
|
|
This method is great. I use it all the time. But one of these does not feel like the others... (cough "Build a program → Code a function" cough). All the others could be done in the day, except for the vegetable one which is too abstract. And their solution could be done in 2 minutes. The coding one on the other hand... impossible to do in a day and also writing code is imo almost impossible to write in small chunks of time. Brainstorming a feature,thinking about a problem for 2 minutes, deleting/cleaning code, or even just opening your IDE and checking where you're at and planning the next step, sure. But actual coding, would not recommend. I require at least 30m+, preferably 60m+ to get anything reasonable done. |
|
Patterns like these were helpful to getting there:
- “do the simplest thing that could possibly work”
- yagni
- shorten the code-compile-test loop
- don’t put up with slow tools
And others made it super super efficient.