1. React
  2. dotJS
  3. 2019
  4. Modeling your way to consistency

Modeling your way to consistency

When developing applications with states which require some effort to make them consistent, we can either accept that and write many unit tests to make sure things are consistent, or we can model domains in a better way.

Christian Gill at dotJS 2019

When developing applications with states which require some effort to make them consistent, we can either accept that and write many unit tests to make sure things are consistent, or we can model domains in a better way, leveraging the type system to eliminate as many inconsistencies as possible.