logoalt Hacker News

criley2yesterday at 12:23 PM3 repliesview on HN

What a utopia, where code quality matters in all domains!

In my opinion nearly the opposite is true: modern business solves for the "minimum viable quality". What is the absolute lowest quality the software can be and not tank the business.


Replies

ajam1507yesterday at 1:03 PM

If you could prove what "minimum viable quality" actually was this would be true. We have standards and procedures exactly because it is unknowable. One engineers idea of "good enough" might bankrupt the business.

lelanthranyesterday at 12:49 PM

> What a utopia, where code quality matters in all domains!

It does. The degree may not, though.

"We have a threshold of at least 5 hours total uptime every 24 hours" is still a quality bar, even if it is different to "We have a threshold of 99.99% uptime per year".

voidUpdateyesterday at 12:53 PM

Maybe you're different, but I prefer to write code that at least attempts to be performant, tidy and readable, as well as working at least 90% of the time. Maybe I don't achieve perfection, but I try to care about the quality of what I write