Hacker News new | ask | show | jobs
by afarrell 2172 days ago
You jest, but I have been in a conversation where I proposed a user experience improvement and heard "but if we change the code, it will no longer be tested. Right now, users have reported bugs and we have fixed all of them."

Because users always report bugs...

If you've ever been frustrated by the package manager Conda and the UX of its command-line interface ...I'm sorry. I tried.

1 comments

It's a trade off. Sure, the ultimate testing is done by customers, but how fast one can push new fixes without tests? 1 reported bug could break many things.
> but how fast one can push new fixes without tests?

Well, if you refuse to write tests and you are scared to make new changes without them... then you can't push new fixes at all. Which is apparently fine for some organizations.