|
|
|
|
|
by AdamCraven
1815 days ago
|
|
Well to quote the "what" of the principle https://principles.dev/p/iterate-in-thens/ You should iterate sequentially on a focused chunk of work at a time. Once that chunk has been completed THEN start on the next chunk of work. This is opposed to doing multiple chunks of different of work in parallel. It's really a way of working as opposed to operating on code. |
|