Skip to content

Commit

Permalink
Update examples.md: typo fixed, line breaks in md source improved
Browse files Browse the repository at this point in the history
  • Loading branch information
socadk authored Sep 2, 2024
1 parent fbc943e commit 344e7a4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ How to write readable test assertions for advanced tests?

## Decision Outcome

Chosen option: "Plain JUnit5", because it is a standard framework and the features of the other frameworks do not outweigh the drawbrack of adding a new dependency.
Chosen option: "Plain JUnit5", because it is a standard framework
and the features of the other frameworks do not outweigh the drawbrack of adding a new dependency.
```

## Long Version
Expand Down Expand Up @@ -71,7 +72,8 @@ Chosen option: "Plain JUnit5", because comes out best (see "Pros and Cons of the

* Check project dependencies, JUnit5 should appear (and be the only test assertion library).
* Collect experience with JUnit5 in sprint reviews and retrospectives: does the gained experience match the pros and cons evaluation below?
* Decide whether and when to review the decision (this is the 'R' in the [ecADR definition of done](https://medium.com/olzzio/a-definition-of-done-for-architectural-decisions-426cf5a952b9) for ADs).
* Decide whether and when to review the decision (this is the 'R' in the [ecADR definition of done]
(https://medium.com/olzzio/a-definition-of-done-for-architectural-decisions-426cf5a952b9) for ADs).

## Pros and Cons of the Options

Expand Down Expand Up @@ -134,4 +136,4 @@ German comparison between Hamcrest and AssertJ: <https://www.sigs-datacom.de/upl
## More Examples

["https://medium.com/olzzio/the-markdown-adr-madr-template-explained-and-distilled-b67603ec95bb"](https://medium.com/olzzio/the-markdown-adr-madr-template-explained-and-distilled-b67603ec95bb) provides another example (under "Example of Filled Out Template").
Finally, the [decisions concerding MADR itself](decisions/) [[source](https://github.com/adr/madr/tree/develop/docs/decisions)] also provide examples as well.
Finally, the [decisions concerning MADR itself](decisions/) [[source](https://github.com/adr/madr/tree/develop/docs/decisions)] also provide examples as well.

0 comments on commit 344e7a4

Please sign in to comment.