|
|
|
|
|
by jitl
400 days ago
|
|
If they’re gonna do that why bother making a new concept? You could already build(normalString, someDict) Like why make me state “A goes here, also the value of A is 1” when I can just say “1 goes here”? When I build an array or map, I just write the expression { key1: value1 } I don’t need to write build({ key1, value1 }, { “key1”: key1, “value1”: value1 }) Why should an sql literal be any different from an array or dictionary literal? |
|