|
|
|
|
|
by jedberg
2108 days ago
|
|
At one of my jobs, the very first thing I did when I arrived was redo the code deployment system to get the deploys from 30 minutes to 30 seconds. Cutting deployment time makes a huge impact because it makes everything go faster. You can iterate faster, which means getting bugs fixed faster, getting data to product managers faster, etc. It also has an effect on reliability. The faster you can make changes, the faster you can fix errors (as long as you aren't introducing them faster too!). It's always the first thing I focus on. |
|
We have the exact same issue in my company. Could you explain how you managed this?