Overview
Methodology for explaining ADVPL/TLPP code in plain language. Adapts the explanation depth based on the audience level: junior developer, senior developer, or functional consultant.
When to Use
- User asks to explain what a piece of code does
- User wants to understand legacy code
- Functional consultant needs to understand a customization
- Junior developer needs line-by-line explanation
- Code documentation is missing or unclear
Explanation Levels
| Level | Audience | Depth | Focus |
|---|
junior | Dev iniciante | Linha por linha | Sintaxe, funcoes, fluxo de execucao |
senior | Dev experiente | Resumido | Logica de negocio, decisoes de design, riscos |
|