mlanza

↗ HN profile [ 43.6 ms ] full profile

No user record in our sample, but mlanza has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.

  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…