An open API service indexing awesome lists of open source software.

https://github.com/nilsherzig/functionalcore


https://github.com/nilsherzig/functionalcore

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

          

# Programming using a functional core

My attempt to understand https://www.destroyallsoftware.com/screencasts/catalog/functional-core-imperative-shell

## thoughts

- Imperative shell consumes functional core
- Unit testing between functional core lib (business logic) and imperative shell (main) part
- Integration / e2e testing the imperative shell part (maybe?)