mlanza

↗ HN profile [ 64.6 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. OK. So we're probably too far along with ES.Next for any new ideas, but I've had this one nagging me for a long time. It's my dream Javascript feature.

  2. I've given thought to how Javascript implements inheritance. Natively we have prototypal inheritance. However, a lot of frameworks make use of inheritance by extension. Backbone.js does. Underscore.js and jQuery both…

  3. jQuery meets Markaby (mlanza.github.com)

    This is for those who prefer to write markup with code, not templates. It's not the first implementation of this sort, but it is the latest.

  4. I was reading "Today, Web Development Sucks" and it reminded me of how much I hate having to duplicate code in different tiers. Anyway, I've started work on a project where I'm trying a DRY approach for handling this…