Skip to Main Content
HCL Domino Ideas Portal

Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.

For more information and upcoming events around #dominoforever, please visit our Destination Domino Page

Status Needs Review
Workspace Domino Designer
Categories LotusScript
Created by Guest
Created on May 25, 2022

Add refactoring for variables/functions/subs in LS

Please add the refactoring for variables, function etc. in the Designer for Lotus Script.

  • Attach files
  • Guest
    Reply
    |
    Jan 24, 2023

    Refactoring is a useful tool as code grows and changes. It allows you to take a selection of code, and move it into a new LS function so that individual blobs of code can be broken into small pieces. The refactoring becomes more needed when that function is split into two equal or subsequent components. If two agents call a function in a LS library, and you split the function, both parent agents would need to have both functions edited. The "rebuild" LS section is a bit like this, except it just rebuilds the compiled LS code together. This one would be able to update siblings, children, and parent calling code with the changes as refactoring is taking place. This would be very powerful, and a bit scary, because a lot of us, have script library apps (databases) where we re-use scripts from the library in multiple apps. It's a very good idea though.


  • Guest
    Reply
    |
    Jun 17, 2022

    can you elaborate? I don’t understand its purpose nor advantage