architecture-handbook

Visualising Architecture

Helping to create a common understanding and foster collaboration.

Introduction

Visualising architecture is about effectively and efficiently communicating the software architecture of the software that you’re building, with a view to:

The problem to solve

Ask somebody in the building industry to visually communicate the architecture of a building and you’ll likely be presented with site plans, floor plans, elevation views, cross-section views, and detailed drawings. In contrast, ask somebody in the software industry to communicate the software architecture of a software system using diagrams, and you’ll likely get a confused mess of boxes and lines.

Doesn’t the code speak for itself?

We feel it is difficult to describe a code base perfectly without a lot of prior knowledge. We feel that different questions require different levels of granularity to answer them, which may not easily be possible from just looking at the code. The code doesn’t answer where components are deployed at runtime or how they communicate and it does not provide an overview of a system that can be used for group decision making.

Next - The C4 model