jet / dotnet-templates

Example app and service templates `dotnet new -i Equinox.Templates; dotnet new eqx*/pro*` https://github.com/jet/equinox https://github.com/jet/FsCodec
https://github.com/jet/propulsion
Apache License 2.0
64 stars 16 forks source link

Remove usage of Command DUs #103

Closed bartelink closed 2 years ago

bartelink commented 2 years ago

While there are poster child cases where a DU fits the bill and enables things, experience has shown that while 90% of demo apps have it, only toy real world streams benefit from attempting to follow it to that same degree.

Hereby trusting people won't forget about the pattern, for cases of Decider Services where a Command is the right tool for the job.