Hacker News new | ask | show | jobs
by ants_everywhere 376 days ago
You're getting a lot of responses with very strong opinions from people who talk as if they've never had to care about customers relying on their APIs.
1 comments

It’s a trust thing.

If you can trust that downstream users of your api won’t misuse private-by-convention fields (or won’t punish you for doing so), it’s not a problem. That works a lot of the time: You can trust yourself. You can usually your team. In the opensource world, you can just break compatibility with no repercussions.

But yes, sometimes that trust isn’t there. Sometimes you have customers who will misuse your code and blame you for it. But that isn’t the case for all code. Or even most code.