Skip to content

Commit

Permalink
Merge pull request simonbrowndotje#7 from bjoernmartin/patch-1
Browse files Browse the repository at this point in the history
Minor documentation fixes
  • Loading branch information
simonbrowndotje authored Sep 19, 2024
2 parents e55f792 + 62313b1 commit ce4f56a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions diagrams/06-dynamic.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ complicated set of interactions.
## Notes

The collaboration and sequence styles show the same information in a different way,
so feel free to use a whichever you prefer.
so feel free to use whichever you prefer.

<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>
4 changes: 2 additions & 2 deletions tooling.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ software architecture diagrams:

### Modelling

With a modelling tool, you're building up a non-visual model your software architecture
With a modelling tool, you're building up a non-visual model of your software architecture
(a single definition of all elements and the relationships between them), and then creating different views
(that become diagrams) on top of that model. This requires a little more rigour, but the problems can be resolved -
modelling tools can understand the semantics of what you're trying to do, provide additional assistance,
and renaming elements/relationships is easy.

Software architecture models are essentially just [directed graphs](https://en.wikipedia.org/wiki/Directed_graph),
consisting of nodes and edges, with diagrams being showing a subset of the graph. Once you see the separation of the model
consisting of nodes and edges, with diagrams showing a subset of the graph. Once you see the separation of the model
(which is just structured data) and the views (which are rendered as diagrams), you quickly see there are a number of
interesting opportunities that arise:

Expand Down

0 comments on commit ce4f56a

Please sign in to comment.