Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 01-software-system.md #19

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions abstractions/01-software-system.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permalink: /abstractions/software-system
# Software system

A software system is the highest level of abstraction and describes something that delivers value to its users,
whether they are human or not. This includes the software system you are modelling, and the other software systems
whether they are human or not. This includes the software system you are modeling, and the other software systems
upon which your software system depends (or vice versa).

Unfortunately the term "software system" is the hardest of the C4 model abstractions to define, and this isn't helped
Expand All @@ -22,4 +22,4 @@ the boundary of a single team. It may also be the case that everything inside th
deployed at the same time.

Things that are not usually software systems in the C4 model include product domains, bounded contexts,
business capabilities, feature teams, tribes, or squads.
business capabilities, feature teams, tribes, or squads.