Javascript Templating Engine Chooser
11–20 of 33 posts
Re: Javascript Templating Engine Chooser
#12Re: Javascript Templating Engine Chooser
#13Re: Javascript Templating Engine Chooser
#14Re: Javascript Templating Engine Chooser
#15Re: Javascript Templating Engine Chooser
#16Re: Javascript Templating Engine Chooser
#17I'd rather just see a matrix.
Re: Javascript Templating Engine Chooser
#18Re: Javascript Templating Engine Chooser
#19Re: Javascript Templating Engine Chooser
#20This is just one of the reasons why I feel developing web apps has gotten harder. While there are a lot of javascript frameworks it is likely two projects pick different routes. It basically means if I need to maintain a project I will have to learn a new javascript library.
Would you rather learn some (hopefully) very well worked-out library with good documentation and all the edge-cases slaved over, with multiple contributors, with Stack Overflow questions about it ... or, would you like to learn some random guy's non-library library, because he was scared of libraries, so he just made up a load of ad-hoc conventions in his codebase.
I'd rather learn to use Backbone, Angular and Ember, than have to deal with big-ball of mud code based on no library in particular. Same goes for templating libraries, I'd rather learn a handful (after all they're relatively trivial to use), than come to a codebase that uses none at all.