Try   HackMD

2022 年 2 月 - CQRS

CQRS 是什麼

https://martinfowler.com/bliki/CQRS.html

Event Sourcing

範例

class Event < Hash; end class Command; end class EventStore < Array; end # 待補

Rails

延伸:Reactive 機制

Domain-Driven Development

下次主題