rufuspollock-okfn / facetview

FacetView is a pure javascript frontend for ElasticSearch.
291 stars 91 forks source link

Switch to use template library and JSON2 #8

Closed rufuspollock closed 12 years ago

rufuspollock commented 12 years ago

While these do impose additional vendor dependencies they will simplify the code so greatly and improve its maintanability.

Question: which template library?

rufuspollock commented 12 years ago

Actually I'm against using a template library since it is so easy to template ourselves using classice regex. Suggest we adopt {{...}} for variables like mustache and keep things very simple. Do suggest we want to refactor to use a better template setup -- see #11.