Hacker News new | ask | show | jobs
by Gunnerhead 1105 days ago
A naïve question, but why is a backend needed and why couldn’t the app call the APIs directly? Just curious to learn!
1 comments

Sibling comment above says it was mostly for notification, but flowing calls through their server also meant they didn't need to resubmit to Apple most of the time when something broke on Reddit's side.
Yeah. I’d imagine the less client side code the better when you have somebody getting paid $1/hour to randomly reject apps as the final step in hour launch process.