|
|
|
|
|
by wormlord
611 days ago
|
|
There are long periods of figuring out the domain model. Then figuring out the specification of a program. Then a lot of continuous writing until I find a flaw in my domain model. Revisit my previous assumptions, saw and sand away at some rough edges, repeat. When the path is clear and I know what I need to do, and just need to do it, I can probably code 6 hrs straight. Otherwise it's a lot of stop and go. Refactoring is easy, I could probably spend 8hrs straight doing a refactor. |
|