Ability to lock logic to prevent it from unguarded changes
43
Views
0
Comments
New
Service Studio

New functionality:

It would be nice to select some logic nodes, right click and "šŸ”’ lock" them.

How it will affect the developer?

When you want to do changes, you have to unlock the nodes and provide a comment/reason why you want to change them.

Other effects?

During the merge or code update, all commented changes are shown so each developer knows something happened there.

This would be a good functionality to protect Interface-code or some heavy business logic that normaly does not need to be changed.

When would this come into play?

  • Replace All / Find'n'Replace might change code that should only be changed with care
  • APIs/Interfaces might be changed because of a call or so, but more than just one person should be informed about this
  • Law relevant logic might be changed
  • etc.