zackmdavis / Finetooth

an experimental discussion forum
MIT License
2 stars 0 forks source link

Can we drop our dependency on Underscore and just use ECMAScript 6 features? #60

Open zackmdavis opened 8 years ago

zackmdavis commented 8 years ago

I think I dragged in Underscore specifically in order to use _.template instead of "concatenating" + "lots" + "of" + "strings". But maybe browsers support ECMAScript 6 template strings now? Do we care about Internet Explorer?