Clean Architecture: A Craftsman's Guide to Software Structure and Design
Rate it:
Open Preview
4%
Flag icon
If you think good architecture is expensive, try bad architecture.
4%
Flag icon
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.
4%
Flag icon
The only way to go fast, is to go well.
16%
Flag icon
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.
46%
Flag icon
isolated, simple data structures are passed across the boundaries.
47%
Flag icon
Humble Object pattern,