I write about being a startup CTO 🚀, IoT / ML 🤖, Sustainability 🌍 & personal growth 🙏.
Prev: Co-Founder tado & CTO ProGlove.
Now: Looking for the next 🚀
I personally set up caching only for pipelines that take “too long” (more than 15 minutes).
I think it’s mostly because the next feature is always more important then tweaking the CI/CD.
But thinking about it, this feels like “skipping TDD”. In the end the benefits in terms of cost savings and developer productivity seems the outweighs the couple of minutes it takes to set up caching and other improvements (I’m looking at you Dockerfile 👀)
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
I personally set up caching only for pipelines that take “too long” (more than 15 minutes).
I think it’s mostly because the next feature is always more important then tweaking the CI/CD.
But thinking about it, this feels like “skipping TDD”. In the end the benefits in terms of cost savings and developer productivity seems the outweighs the couple of minutes it takes to set up caching and other improvements (I’m looking at you Dockerfile 👀)