Comment on Emblem.js: concise, indented alternative templating language for Handlebars.js Comments−abhishekdelta13yYet another templating language! I really don't see why this is any better than Handlebars itself, other than having lesser number of characters. C'mon ppl, developers are not that lazy!−robotic13y> C'mon ppl, developers are not that lazy!Challenge Accepted−danneu13yDevelopers across history have gone through great length to remove pain. <div class="name">{{name}}</div> vs. .name= name That's not laziness. That's just sensible.−cnp13yAbsolutely.
Comments
Yet another templating language! I really don't see why this is any better than Handlebars itself, other than having lesser number of characters. C'mon ppl, developers are not that lazy!
> C'mon ppl, developers are not that lazy!
Challenge Accepted
Developers across history have gone through great length to remove pain.
vs. That's not laziness. That's just sensible.Absolutely.