Skip to content

Commit

Permalink
Merge pull request #5 from Float07/patch-1
Browse files Browse the repository at this point in the history
Remove duplicate text on "Maps of your code" section
  • Loading branch information
simonbrowndotje authored Sep 15, 2024
2 parents c67bc02 + 306e408 commit 9d8fd27
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ perhaps in the race for agility, many software development teams have lost the a

## Maps of your code

Maps of your code
The C4 model was created as a way to help software development teams describe and communicate software architecture,
both during up-front design sessions and when retrospectively documenting an existing codebase. It's a way to create
maps of your code, at various levels of detail, in the same way you would use something like Google Maps to zoom in
Expand All @@ -39,4 +38,4 @@ The goal of the C4 model is to raise the level of maturity associated with softw
![](/images/software-architecture-diagramming-maturity-model.png)

<script type="application/javascript" src="https://code.jquery.com/jquery-3.7.1.slim.min.js"></script>
<script type="application/javascript" src="/assets/c4model.js"></script>
<script type="application/javascript" src="/assets/c4model.js"></script>

0 comments on commit 9d8fd27

Please sign in to comment.