DEV Community

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

Collapse
 
elmuerte profile image
Michiel Hendriks • Edited

Slow down!

  • Write clean code.
  • Automate testing
  • Low Coupling, High Cohesion
  • etc.

Yes, you go faster by slowing down. Going fast is only faster when you are perfect, which nobody is.

Collapse
 
alexandrudanpop profile image
Alexandru-Dan Pop

Well said! 👍