Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Raiondesu committed Sep 11, 2020
1 parent 95118b1 commit caa2d69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Main list of features includes (but is not limited to):
- Fully type-safe - each event remembers its name and type signature
- All functions are curried and point-free, which makes them easier to use in a functional environment
(for example, with [`ramda`](https://github.com/ramda/ramda) and similar tools)
- **SOLID**
- **SOLID** code
- **S**RP - every function does only one thing
- **O**CP - HOFs allow to change certain behaviours without the need to rewrite code
- **L**SP - all functions are easily substitutable as long as they adhere to the same API
Expand All @@ -72,7 +72,7 @@ Main list of features includes (but is not limited to):
- Code-generation-friendly:\
Due to the SRP, all functions have a very limited number of ways of invocation.\
This allows to automatically generate efficient code (for example, CRUD events) for this library without concerns about its stability.
- **KISS** and **DRY**
- **KISS** and **DRY** code

Something's missing or found a bug?\
Feel free to [create an issue](https://github.com/Raiondesu/eventhoven/issues/new)! 😉
Expand Down

0 comments on commit caa2d69

Please sign in to comment.