Hacker News new | ask | show | jobs
by jarym 1108 days ago
Agree, would be awful if Reddit themselves just decide to lift and reuse this!
2 comments

Just add them as a specific exception to whatever license you use, if that's your wish.
Why would Reddit add another backend layer?
If they’re unhappy with their own API, this could provide an abstraction layer for the app. They rewrite their client to use this API and it frees up two teams to work (almost) independently. The UI team can work on their roadmap while the backend team fixes the internal API or retires the logic and implement it into this new layer.

I’m not saying they’ll do this or that it makes sense. But I’ve definitely done it in much smaller projects.