DEV Community

Discussion on: What can developers do to speed up time to market 🚀

Collapse
 
alexandrudanpop profile image
Alexandru-Dan Pop • Edited

Of course it's not only the devs job to figure this out - but I think we can help in a few ways:

  • we can have tests that show us how confident we are of the current features
  • strategies in case things go wrong (backup & recovery)
  • good CI/CD makes sure we can fix and ship new things fast
  • we can simplify some technical designs to help with reducing the scope