DEV Community

Discussion on: Which quotes apply best to software development?

Collapse
 
cjbrooks12 profile image
Casey Brooks

What's the best way to get something production-ready? Use it in production.
~ Me

This is my tagline here on DEV. It's a bit tongue-in-cheek, but it also has a lot of truth in it. Your code will never be 100% production-ready; at some point, you have to just bite the bullet and ship. And that's good, because the only way to really find the edge case bugs, the issues with scale, and the strange ways people are using your code is to actually let them use it, even if it's not perfect yet.