Immutable date and time library for JavaScript| js-joda.github.io
This book started after Dave Rice and I gave some talks on| martinfowler.com
Test Double is generic term for fakes, mocks, stubs, dummies and spies.| martinfowler.com
Don't try to build a single, unified model for a large domain. Instead DDD advises us to divide such a domain into many bounded contexts with explicit relationships between them.| martinfowler.com
Test Doubles avoid non-deterministic errors, but you need Contract Tests to ensure they remain consistent with the real services.| martinfowler.com