From: Evgenii Akentev Date: Thu, 7 Jan 2021 15:53:02 +0000 (+0500) Subject: Add link to the post X-Git-Url: https://git.ak3n.com/?a=commitdiff_plain;h=e57b9826ee0c2296be38693f65159478cf88ff10;p=handle-examples.git Add link to the post --- diff --git a/README.md b/README.md index d77edfb..2ceca37 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -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. +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. - `simple` is a library with two modules: `WeatherProvider` (provides data) and `WeatherReporter` (uses the data to create a report).