hawkins6423 / TriggerPattern

Example of the Trigger Pattern with CQRS
3 stars 0 forks source link

ExtCore dependency #2

Open wldevries opened 8 years ago

wldevries commented 8 years ago

Really nice article, this is starting to help me get my head around the functional paradigm applied to DDD and event sourcing.

For people new to F# like me it might be nice to indicate that you use ExtCore extensively for the choice workflow. Took me quite a while to find out how to get the choice { } part to compile

Are you still planning on posting a working example in this repository?