aboutsummaryrefslogtreecommitdiff
path: root/readme.md
blob: e77bbfc52158fdcc7863e74e1cf309016c2a9633 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## Building

```
make
```

## Applied design patters

- Observer
- Low binding factory
- Prototype
- Strategy
- Dependency injection
- vast meer!