コードのコメント
- 最終更新日2020/05/09
コードのコメント
Bot コードには好きなコメントを追加します。
コードにコメントを追加する場合は、次のプラクティスに従います。
- タスク Bot の先頭にコメント ブロックを作成し、Bot で何を行うかを明確に記述します。
- 複雑なコード ブロックにコメントを追加し、開発者やユーザーに操作の内容を知らせます。
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 のコードのコメントは、緑色で強調表示されます。