TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

How We Design Our APIs at Slack

2 点作者 mjmasn将近 4 年前

1 comment

mrzimmerman将近 4 年前
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.