We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Never trust the client! Data sent from the client may be spoofed. Send ID:s to the server and lookup the data eg. the current price for a book, etc.
Keep Sagas as free from business logic as practical. They should primarily handle control/flow logic.
Use Dependency injection (DI) but without IoC container!