Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swlaschin/domainmodelingmadefunctional
Extended code samples related to the book "Domain Modeling Made Functional". Buy the book here: https://pragprog.com/book/swdddf/domain-modeling-made-functional or here https://fsharpforfunandprofit.com/books/
https://github.com/swlaschin/domainmodelingmadefunctional
domain-driven-design domain-model fsharp functional-programming
Last synced: 4 days ago
JSON representation
Extended code samples related to the book "Domain Modeling Made Functional". Buy the book here: https://pragprog.com/book/swdddf/domain-modeling-made-functional or here https://fsharpforfunandprofit.com/books/
- Host: GitHub
- URL: https://github.com/swlaschin/domainmodelingmadefunctional
- Owner: swlaschin
- License: apache-2.0
- Created: 2017-07-11T10:40:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-09T21:26:05.000Z (6 months ago)
- Last Synced: 2024-12-21T21:02:47.361Z (4 days ago)
- Topics: domain-driven-design, domain-model, fsharp, functional-programming
- Language: F#
- Homepage:
- Size: 278 KB
- Stars: 446
- Watchers: 24
- Forks: 85
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This directory contains code samples related to the book "Domain Modeling Made Functional"
**IMPORTANT: This code is not actively maintained.** Feel free create issues and PRs but I might not look at them for a long time :)
## Organization
* `/src/OrderTaking` contains the workflow as part of a complete bounded context.
* `/src/OrderTakingEvolved` contains the workflow after the changes in the Evolution chapter.## Getting started
Ensure that you have .NET Core installed. [Download link](https://dotnet.microsoft.com/download).
After downloading this code, do the following steps:
* Run `dotnet build` to download all the NuGet packages and compile the project
* If you have problems, please create an issue on this repo