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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

What an API can tell you about a product

9 点作者 techdog大约 16 年前

1 comment

stcredzero大约 16 年前
An API will often give you an idea of how advanced or mature a product's architecture is. Does the API have any notion of objects? Can you imagine an OO system behind the API?<p>An example from personal experience: Does a workflow engine require you to read database tables to integrate other software to their state information? (Red flag: How will encapsulation be enforced?)