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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

The problem with completely client-side applications

4 点作者 xyzzyb大约 13 年前

1 comment

kls大约 13 年前
I think you will find that the JavaScript community is much like the Lisp community, in which it is so easy to roll your own that a good deal of people roll their own, it is why you see patterns talked about allot in JavaScript a good deal of people are just implementing the patterns that they need. Where the big patters (AMD=Requires.js, routing=Backbone) get turned into a community supported framework. A big portion of the other issues are dealt with by the particular toolkit you use, for example testing in Dojo is done via DOH. If you are looking for a structure methodology of application development like you get in the Java or .NET worlds, then you need to look to one of the large frameworks like Dojo. The jQuery/Backbone path is intentionally role your own, it is more like the Perl philosophy of grab the pieces you need and build it up from scratch. Where the larger toolkits give you a consistent development pattern.
评论 #3771693 未加载