Service Studio :: Warnings :: Adding date and username information
354
Views
2
Comments
New
Service Studio

In context of DevOps, where we would like to "shift to left" all the best practices, such as security, code quality, technical and functional errors detection, it's important for developers and technical leaders decide the moment when no more technical debt should be added to OutSystems solutions, and the existing one should be resolved based on 20% of the development time for improvements. 

And for that end, I think that should be important to know when the warnings in the code were introduced (date and time) and by who (username).

This kind of information is already available for other languages, since longtime, such as Java and C#, when we are using, for instance, Sonar (https://www.sonarqube.org/).

Hi Joao,

The idea of Static Code Analysis focuses on the code quality.

Also to cover the security context of it, there are Scan against OWASP top 10 vulnerabilities and Detect SANS 25 dangerous software errors in OutSystems application

--

Swatantra

Hi Swatantra,

Thank you very much for your reply!

I this issue about Static Code Analysis is very important to be addressed at early stages of development process, in order to deliver OutSystems with the expected high quality (technically and functionally).

Changed the category to
Service Studio