Decisions, Deciders, and Executors

1 · Jesse Wilson · March 10, 2024, 7:38 p.m.
Summary
Most of the software I write exists to automate a process. It might automate a high-level workflow like peer-to-peer money transfers, or a low-level implementation detail like encoding an HTTP request as bytes.I’ve learned that my code is healthier with when it’s strictly divided into value objects,...