Replies: 1 comment
-
Sounds like a good idea. We would also choose the js style with ${}. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello there 👋,
We'd like to have configurable strings to create strings from a given template, such as :
filename: sql_request_${date}.sql
topic: ${OiBusName}/${pointId}
But unless I'm mistaken, there is no naming convention for placeholders in this project.
As you can see, I have a preference for the javascript one :
${}
. But this is not the only one...See below, some placeholder proposals :
${variable_name}
{{ variable_name }}
What do you think about it?
Romaric
Beta Was this translation helpful? Give feedback.
All reactions