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.

What is a framework?

3 pointsby andrzejkrzywdaover 12 years ago

2 comments

yashkeover 12 years ago
I think the basic difference between library and framework is that if you use framework it's responsible for bootstrap of your application, and library does not.<p>But also framework drives structure of result codebase - filenames convention, directory structure, maybe way you implement your features.
persei8over 12 years ago
To me framework is a set of libraries, glued together with some infrastructure code. Framework provides some conventions that speed up most common tasks.<p>It may be possible to use framework as a library, though there is no or small benefit.
评论 #4882200 未加载