- commit
- e4ec0d9
- parent
- 3ff5b6d
- author
- Evgenii Akentev
- date
- 2021-01-09 00:29:31 +0400 +04
Merge branch 'main' of github.com:ak3n/backpack-handle-example into main
1 files changed,
+1,
-1
+1,
-1
1@@ -1,4 +1,4 @@
2-This repository contains examples of the Handle pattern. We start from `simple` that contains domain logic and iterate trying to use records and backpack as a way to test the domain logic.
3+This repository contains examples of [the Handle pattern](https://jaspervdj.be/posts/2018-03-08-handle-pattern.html). We start from `simple` that contains domain logic and iterate trying to use records and backpack as a way to test the domain logic.
4
5 - `simple` is a library with two modules: `WeatherProvider` (provides data) and `WeatherReporter` (uses the data to create a report).
6