triggered action comments
Triggered action logic can get quite long and complex. To make it easier to understand when another developer looks at it or I return a few weeks later it really needs a way of adding comments. At the moment I put comments next to sections using a text box disconnected from the build.
This is not ideal as it needs to be manually moved around as you add extra sections before that location.
Please add a way to comment on the code. Just a comment block that can be added into the logic that doesn't do anything would work.
Thank you for your feedback. The comment feature is available for each Triggered Action block. Follow the steps below to add or remove a comment:
To Add a Comment:
- Right-click on any Triggered Action block to display the action menu.
- Select "Add Comment" from the menu to add a comment to the block.
- Once a comment is added, click on the [i] icon in the top left corner of the block to view or edit the comment.
To Remove a Comment:
- Right-click on any Triggered Action block to display the action menu.
- Select "Remove Comment" to delete the comment from the block.
-
Brian commented
I see that now thanks. However it is not very visible and does not allow you to easily read through the code. It would be much better if the comments were visible all the time. As you would expect in a coding language.
Also the comments are restricted in number of characters.
I'd say this doesn't really fulfil the requirement.