We should only support one syntax, so either `:var...
# kdbc
e
We should only support one syntax, so either
:var
or
#{var}
. Keep things simple simple smile Which one is just a matter of taste mostly. But since we should support nested properties (ie.
person.parent.id
) maybe
#{person.parent.id}
looks better than
:person.parent.id
? I'm not sure simple smile