Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Domain.cs/.fs don't appear to be complete #1

Open
ImaginaryDevelopment opened this issue Jun 13, 2016 · 4 comments
Open

Domain.cs/.fs don't appear to be complete #1

ImaginaryDevelopment opened this issue Jun 13, 2016 · 4 comments

Comments

@ImaginaryDevelopment
Copy link

in the source fork there are more classes

public abstract class AggregateRoot
public class EventStore : IEventStore

is this intentional or just incomplete?

@thinkbeforecoding
Copy link
Owner

This is totally intentional.
In the functional version, no need for base class.

@thinkbeforecoding
Copy link
Owner

You can read more about functional eventsourcing here:
http://thinkbeforecoding.github.io/FsUno.Prod/Why%20FSharp.html

@ImaginaryDevelopment
Copy link
Author

Thanks, I'll take a look at the functional eventsourcing in search of some more understanding and answers. Also what about the 2nd part? the EventStore? That's not about base class, it's about having all the parts to make the component usable.

@ImaginaryDevelopment
Copy link
Author

if it helps any, here's what I have so far to try to get the simple example running
https://gist.github.com/ImaginaryDevelopment/5ab93328a28349d3b12a836e7a09a0d9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants