|
|
|
|
|
by jmull
1203 days ago
|
|
I agree this is pretty much the best example of this feature in action... which is why I don't think it should have been made a language feature. It's nifty, but not nearly better enough to justify its existence, IMO. Here's the alternative: var result = await query(
'SELECT * FROM foo.bar where bar = :baz',
{baz}
);
I get it... there's that extra level of indirection. But people are working hard, as we speak, to abuse the feature. |
|