More on this book
Community
Kindle Notes & Highlights
If you think good architecture is expensive, try bad architecture.
Architecture is the decisions that you wish you could get right early in a project, but that you are not necessarily more likely to get them right than any other.
The only way to go fast, is to go well.
Event sourcing is a strategy wherein we store the transactions, but not the state. When state is required, we simply apply all the transactions from the beginning of time.
isolated, simple data structures are passed across the boundaries.
Humble Object pattern,