Agree with the logic?
How to Design Function Parameters That Make Interfaces Easier to Use (2/3)
by Jonathan Boccara
From the article:
Let’s continue exploring how to design function parameters that help make both interfaces and their calling code more expressive.
If you missed on the previous episode of this topic, here is what this series of articles contains:
- Part 1: interface-level parameters, one-parameter functions, const parameters,
- Part 2: calling contexts, strong types, parameters order,
- Part 3: packing parameters, processes, levels of abstraction.
Add a Comment
Comments are closed.