Simplify Designs with Pure Functions & Idempotency
Pure functions are functions that return the same value for the same input values, and don’t change the state of the system. Idempotency refers to functions that make the change a single time, if receiving the same relevant values – either input arguments or an identifier. These two concepts are related in that they help […]
Simplify Designs with Pure Functions & Idempotency Read More »










