Command Pattern
The Command pattern is a behavioral design pattern that encapsulates a request or action as a standalone object, allowing it to be parameterized, queued, logged, undone, or executed at a different time than when it was created.
5 resources across 4 libraries
Glossary Terms(2)
Command Pattern
The Command pattern is a behavioral design pattern that encapsulates a request or action as a standalone object, allowing it to be parameterized, queued, logge…
Event Sourcing
Event sourcing is an architectural pattern in which every change to an application's state is captured as an immutable sequence of events, and the current stat…