meteor-space / base

Foundation for Modular Application Architecture in Meteor.
MIT License
75 stars 5 forks source link

Feature/improve working with static apis #28

Closed DominikGuzei closed 8 years ago

DominikGuzei commented 8 years ago

This PR improves the way we can work with static class properties and setup work that has to be done statically (once) when the class is "created" via extending Space.Object / subclasses.

This basically gives us the missing meta-programming capabilities we had in Coffeescript.

rhyslbw commented 8 years ago

:+1: