TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

How We Design Our APIs at Slack

2 pointsby mjmasnalmost 4 years ago

1 comment

mrzimmermanalmost 4 years ago
This is the kind of good, simple advice I always love to see. Keep things simple, have each part of your code do as little as possible, make sure everything is as easy to informally reason about as possible.<p>I also like the part about setting reasonable limits on records returned early on. That’s the kind of simple early optimization that makes sense. You can always increase limits later but it can be harder to reduce them, especially if customers have started building with your product.