https://github.com/nilsherzig/functionalcore
https://github.com/nilsherzig/functionalcore
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nilsherzig/functionalcore
- Owner: nilsherzig
- Created: 2024-03-08T08:44:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-08T09:14:44.000Z (over 2 years ago)
- Last Synced: 2025-03-04T22:42:04.611Z (over 1 year ago)
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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?)