A framework should at least be template engine agnostic. I hate handlebars and dust.js , why should i use that? I want to use a jinja like templating language.
Seems even their i18n component is tied to their view layer. And 0 doc comments in the scripts? how do they document their own code ?
That's a huge problem with most javascript libs I hack. No Js doc means wasting a lot of time trying to figure out what is the dev intent. Or they just removed all docs from their scripts ,seems more likely.
Seems even their i18n component is tied to their view layer. And 0 doc comments in the scripts? how do they document their own code ?