Live data from Hacker News

Viewing profile — jimmydo

jimmydo

HN member
Joined
Tue, Feb 08, 2011, 6:59 PM UTC
HN karma
125
Public activity
9 items

About jimmydo

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #2381841

    It doesn't seem like they currently do this, but it would be great if Amazon applied file de-duplication (like Dropbox) to at least music files. If I'm trying to upload a song that…

  3. comment
    Comment #2344968

    That was a really interesting talk--thanks for the link! Something that initially confused me was that Eich's use of the term "prototypal" (a pattern for implementing class-based i…

  4. comment
    Comment #2342661

    The mostly likely reason is probably familiarity. Most languages use the 'new' operator to create new objects, so it seems natural to follow the same pattern when creating a JS API…

  5. comment
    Comment #2342416

    You're right! Fixed. Thanks for letting me know.

  6. comment
    Comment #2342345

    Yup, I agree. I recently submitted a pull request for changes I made to expose a primitive Base class in Backbone: https://github.com/documentcloud/backbone/pull/276

  7. comment
    Comment #2342107

    That's really what I liked the most about the Backbone implementation. It stays very close to the standard JS pattern--essentially mirroring what someone would do if they wanted to…

  8. comment
    Comment #2341734

    CoffeeScript does have really nice syntax for OOP, but I think JavaScript deserves some lovin' too. Well-written JavaScript (such as Backbone) looks pretty beautiful. Another plus …

  9. story