Sometimes after publishing modules in OutSystems, especially when working with complex logic, large expressions, or multiple developers, the code can become visually messy and hard to read. This affects maintainability, readability, and overall developer productivity.
During development, code formatting may become inconsistent due to:
- Frequent changes and refactoring
- Multiple developers contributing to the same module
- nested logic
- Copy-paste between actions
After publishing, there is currently no built-in option to automatically reformat or align code to a standard readable structure.
