Replies: 1 comment 1 reply
-
Perhaps you need something like a function which accepts a few parameters and then you can modify the code that is inserted? See https://doc.speedata.de/publisher/en/programming/#ch-programmingfunctions Or I completely misunderstood your question. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @pgundlach,
I already tested that you can't break tags with the
switch
one, but I wonder if there is any tricky work-around for hacking them.I have switch case blocks that now I would like to refactor because are "long" while they actually change for few details, for instance:
left
right
The goal here is to reduce code and to improve its understanding; any recommendations?
Thanks! 🙏
Beta Was this translation helpful? Give feedback.
All reactions