Meteor 0.5.8: security fix, AppCache, DB transforms, new Deps 13 years ago
I second that! Thanks, Meteor team, for including transforms! Now it's time to refactor some code... :)
HN user
I second that! Thanks, Meteor team, for including transforms! Now it's time to refactor some code... :)
maybe you want to check out this classic: http://www.tinaja.com/ebooks/ismm.pdf
try CoffeeKup: https://github.com/mauricemach/coffeekup or Teacup: http://goodeggs.github.com/teacup/
I'm a big fan of adding a CoffeeKup template method right in the view. Then just call
@$el.html coffeekup.render @template, @
in my render function. But I suppose that gives up keeping the html markup separate. For ui components, though, it just makes sense to me to keep the structure bundled with the functionality that way.Anyone have thoughts on using coffeekup?