What is Code Diagram?
The Code diagram is the lowest level of the C4 model and is usually generated from code rather than drawn by hand. Many teams skip it entirely unless they need to explain a particularly intricate component, since IDEs and source code already expose this level.
Related terms
- Component Diagram — C4 level 3 diagram decomposing a container into groups of related functionality (components) and their collaborations.