Skip to content

Technical Choices And Discussion

Jesper Hammarback edited this page Apr 16, 2014 · 2 revisions

Important things

  • 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!

Clone this wiki locally