Skip to content

Commit

Permalink
(from getambassador.io) edits
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmcclure-dw committed May 5, 2021
1 parent 5fa7dce commit eb05292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concepts/devloop.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The inner dev loop is the single developer workflow. A single developer should b

Even within the Kubernetes space, developers will find much of the inner dev loop familiar. That is, code can still be written locally at a level that a developer controls and committed to version control.

In a traditional inner dev loop, if a typical developer codes for 360 minutes (6 hours) a day, with a traditional local iterative development loop of 5 minutes - 3 coding, 1 building, i.e. compiling/deploying/reloading, 1 testing inspecting, and 10-20 seconds for committing code - they can expect to make ~70 iterations of their code per day. Any one of these iterations could be a release candidate. The only “developer tax” being paid here is for the commit process, which is negligible.
In a traditional inner dev loop, if a typical developer codes for 360 minutes (6 hours) a day, with a traditional local iterative development loop of 5 minutes 3 coding, 1 building, i.e. compiling/deploying/reloading, 1 testing inspecting, and 10-20 seconds for committing code they can expect to make ~70 iterations of their code per day. Any one of these iterations could be a release candidate. The only “developer tax” being paid here is for the commit process, which is negligible.

![traditional inner dev loop](../../images/trad-inner-dev-loop.png)

Expand Down

0 comments on commit eb05292

Please sign in to comment.