Skip to content

Commit

Permalink
doc: Improve text
Browse files Browse the repository at this point in the history
  • Loading branch information
RaySinnema committed May 4, 2024
1 parent a4ef138 commit 5ec4b84
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/design/analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
1. For all **events**:
- Determine whether the event requires an explicit queue with durability guarantees.
- If an external system consumes the event, design the API.
- Determine whether to use a notification event or event-carried state transfer @@Fowler2017.
1. For all **commands**:
- If a human issues the command, design the user interaction that allows the user to do that.
- If an external system issues the command, design the API that allows the system to do that.
Expand Down
7 changes: 7 additions & 0 deletions docs/references.bib
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,13 @@ @book{Ford2017
year = {2017},
}

@online{Fowler2017,
author = {Fowler, Martin},
title = {What do you mean by "Event-Driven"?},
year = {2017},
url = {https://martinfowler.com/articles/201701-event-driven.html},
}

@book{Gilb2005,
title={Competitive Engineering: A Handbook For Systems Engineering, Requirements Engineering, and Software Engineering Using Planguage},
author={Gilb, Tom},
Expand Down

0 comments on commit 5ec4b84

Please sign in to comment.