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.

Backbone.js: Hacker's Guide Part 2 (Backbone.Collection)

66 pointsby rajaalmost 13 years ago

4 comments

brlewisalmost 13 years ago
For relational data, would a Model represent a row and a Collection represent a result set? I usually think of an MVC app as having a single model representing a schema. It sounds like Backbone is different.
评论 #4301904 未加载
评论 #4301177 未加载
srousseyalmost 13 years ago
Also, for those debugging, see:<p><a href="https://twitter.com/illuminations4d/status/227280171760242688/photo/1/large" rel="nofollow">https://twitter.com/illuminations4d/status/22728017176024268...</a>
MatthewPhillipsalmost 13 years ago
Can the JavaScript elite please get together and make a decision on Backbone.Events vs. EventEmitter vs. EventTarget?<p>Also, I recommend everyone read TJ Holowaychuck's latest blog post[1] and lets start distributing these types of things as components instead of "frameworks".<p>[1]<a href="http://tjholowaychuk.com/post/27984551477/components" rel="nofollow">http://tjholowaychuk.com/post/27984551477/components</a>
评论 #4302039 未加载
blktigeralmost 13 years ago
That void 0 trick was new to me.