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.

You Can't Not Have a Framework

5 pointsby ryanflorenceabout 11 years ago

1 comment

mattgreenrocksabout 11 years ago
Not bad, but it seems like the author conflates an app&#x27;s architecture with a framework here.<p>App architecture, at it&#x27;s best, is a intentional structuring that isolates what the system does from how it does it. In other words, it separates the business concerns from the technical concerns, as they may change for separate reasons. This is what results if you don&#x27;t use a framework. It may seem impossible, but there were tons of desktop apps made without a framework (I consider .NET&#x2F;GTK&#x2F;Win32 et al to be <i>class libraries</i> because they did not force any architecture on you.)<p>Contrast this with a framework: a ready-made set of abstractions used for solving a particular problem. Most frameworks prescribe an architecture: their own.
评论 #7770416 未加载