Hacker News new | ask | show | jobs
by losvedir 3561 days ago
What's the difference between "work" and "right"?
2 comments

Edge cases. When something "works" it handles the requirements of your customers in the normal case, but may misbehave in edge cases. When it is right it won't.
Correct functionality and good implementation respectively.