Lesson 1, Topic 1
In Progress

Initial approach

July 25, 2023

What is customization:

Customizations are material modifications to the out of the box behavior of the system, usually done through the introduction of code which modifies default system functionality.

When code is being developed when customizing, there are issues that needs to be detected or prevented, which can introduce technical debt if best practices are not being followed. 

What is technical debt?

  • Technical debt represents the issues located in the code, violating best practices.
  • Issues has an estimated time to solve according to industry expert estimations.
  • Technical debt shows issues affecting impact areas.

Stages on recognizing technical debt in a code project development: Where are you?

What does Quality Clouds?

Quality clouds takes action:

How do we act?

We measure the impact of issues according to quality strategy applied to code development

Technical debt can be detected in code development: 

From a preventive perspective: Scan just in time

From a curative perspective: A solution to solve a critical situation