I was in fact wrong about one aspect of Feature Driven Design(modifieed Domain Driven Design). I had assumed that since we do not use SQL on a cross-platform basis that means no longer have use for CQRS since we no longer have the need to segregate operations into CRUD slios.
In fact, the command and mediator patterns has another use in Feature Driven Design; that is to decouple. So first me implementing CQRS wrong and then a correct implementation.
Keep reading with a 7-day free trial
Subscribe to Fred’s Flutter Newsletter to keep reading this post and get 7 days of free access to the full post archives.