Developer comments

Please let me know if there any problem for adding the developer comments in SAIL . I heard that its against the best practice.

It would be nice if would be nice if some one could provide me what are the best practice in Developer comments

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to scottz0001

    I'm not sure what you mean by "how to do"?  You put "/*" at the start of the desired comment, and "*/" at the end.  This works for single-line as well as multi-line comments.

    In the Expression/Interface editors, you can also use the keyboard shortcut CTRL+/ ("control & forward slash"), as noted in the editor itself, to instantly comment / un-comment the current row.  Additionally you can press CTRL+Shift+/ to comment the currently selected text.

Children