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.

Extending Your jQuery Application with Amplify.js

26 pointsby reybangoabout 14 years ago

3 comments

Hipchanabout 14 years ago
It's really important to put the BENEFITS at the top. Do I really want to read all this just to find out what it does?
euroclydonabout 14 years ago
I gave up writing my "JavaScript Applications" in a closure the way you see in this tutorial. The reason is, there's no good documentation tool that will parse it. I'd much rather use namespaces to keep my code from polluting the global namespace and then I can use jsDoc.<p><pre><code> /** @namespace */ var MyApp = {} /** My Class * @constructor * @param {Object} options */ MyApp.MyClass = function(options) { ... };</code></pre>
评论 #2489701 未加载
MatthewPhillipsabout 14 years ago
I'm confused, why do I need to use pubsub to separate updating an item from requesting an item?
评论 #2489971 未加载