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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Resources for Describing Frameworks vs. Libraries?

1 点作者 bwy10 个月前
Context: I&#x27;m a software engineer at a growing company. We&#x27;re (hopefully) going from a startup into a real revenue-generating service.<p>Along with this comes the usual growing pains. Code quality deteriorated a bit with how hard we were pushing for certain milestones.<p>So now, we have engineering excellence talks to go over topics that might be useful for us engineers as we scale and increase code quality. I get the feeling that explaining the concept of frameworks vs. libraries might help folks. I don&#x27;t really believe one is necessarily always better than the other but there are certainly trade-offs and they&#x27;re worth considering when developing code.<p>So the question is, what are the best articles or books you all know that explain this topic? Further context is that we&#x27;re mostly all familiar with C++, but most don&#x27;t have a background in Javascript at all–where I think this is has been a super common topic.<p>I can Google for some sources but I&#x27;d like to know what HN thinks the definitive sources on this topic might be.

1 comment

whatnotests210 个月前
It&#x27;s simple:<p>* your code calls libraries.<p>* frameworks call your code.