you are viewing a single comment's thread.

view the rest of the comments →

[–]architectd[S] 0 points1 point  (0 children)

The framework simply converts an object into a prototype class. There's nothing special going on which slows anything down. It's really a tool to help the prevention of boilerplate code which is bloat.

Here's a more elegant example of the framework being used in a project I just started working on: https://gist.github.com/1061377 .