You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fmodel provides just enough tactical Domain-Driven Design patterns, optimized for Event Sourcing and CQRS.
The domain model library is fully isolated from the application layer and API-related concerns.
It represents a pure declaration (pure functions) of the program logic.
The application library orchestrates the execution of the logic by loading state, executing domain components, and storing a new state.
This discussion was created from the release v1.0.0.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Fmodel
provides just enough tactical Domain-Driven Design patterns, optimized for Event Sourcing and CQRS.The
domain
model library is fully isolated from the application layer and API-related concerns.It represents a pure declaration (pure functions) of the program logic.
The
application
library orchestrates the execution of the logic by loading state, executing domain components, and storing a new state.This discussion was created from the release v1.0.0.
Beta Was this translation helpful? Give feedback.
All reactions