Optimistic Updates and CQRS
One of the most promising approaches to building modern apps is combining Command Query Responsibility Segregation (CQRS) and Event Sourcing. CQRS uses separate Query and Command objects to retrieve and modify data, respectively. Greg Young, one of the masterminds behind CQRS…