Enterprise 11 code comments

Remember to liberally comment bot code.

Use the following practices for code commenting:
  • Make a block of comments at the beginning of a Task Bot, clearly stating what the bot does.
  • Comment complex blocks of code to let developers and users know what was done.
1    Comment: ****************************
2    Comment: It's really a good idea to liberally 
3    Comment: comment code.
4    Comment:
5    Comment: Comments help developers remember what 
6    Comment: and why something was coded.
7    Comment:
8    Comment: Comments help users understand Bots.
9    Comment:
10   Comment: There is no such thing as too 
11   Comment: many code comments.
12   Comment: ****************************
Automation Anywhere bot code comments are highlighted in green.