Hacker News new | ask | show | jobs
by doublerabbit 1111 days ago
All rights reserved feels more the right kick to me

Gives those who wish to learn and stops from anything taking the future glory.

2 comments

Apollo was one of the apps that was basically giving up due the API changes, right? If they aren’t doing anything with the code, might as well let people fork it.

Just not MIT or BSD, I like these sorts of licenses normally, but it would be a bummer if Reddit got to steal their code after all this bad behavior.

Agree, would be awful if Reddit themselves just decide to lift and reuse this!
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.