Comments inside dtl structure
Not plannedIt will be very useful to be able to add comments inside a dtl-block. The nesting can get very deep/complex, and being able to place comments to explain the flow near the relevant code will clarify the code and help development and support/operations.
short example:
["add", "test",
["case-eq", "_S.value",
["comment", "describing the rules for 1"],
1, "test 1",
["comment", "describing the rules for 2"],
2, "test 2"
]
]
-
Official comment
We've decided not to prioritize this in the short term.
Comment actions
Please sign in to leave a comment.
Comments
1 comment