Template strings and templates

Mark Volkmann r.mark.volkmann at gmail.com
Fri Mar 7 16:19:56 PST 2014


It seems to me that the main benefit is that it takes care of parsing out the template parts around the expressions for you. Otherwise you might write a regular expression to do that.

---
R. Mark Volkmann
Object Computing, Inc.

> On Mar 6, 2014, at 5:29 PM, Caitlin Potter <caitpotter88 at gmail.com> wrote:
> 
> What exactly is being accomplished with tagged templates? I mean, what is the use case? It seems to make certain specific function calls look very different from a typical function call, the arguments passed in are not very clearly explained in the draft or wiki, and I have difficulty imagining anyone actually using these for anything. I would love to hear a solid case for these (I've been looking for the past few nights, but nothing has shown up). Template literals are great, but the `tagging` thing seems fishy for the vast majority of applications.
> 
> I'm not saying they shouldn't be included in harmony, i'm just very interested in finding out what practical task they are meant to accomplish
> _______________________________________________
> es-discuss mailing list
> es-discuss at mozilla.org
> https://mail.mozilla.org/listinfo/es-discuss


More information about the es-discuss mailing list