Aug 1, 2023
the point is to pass all parameters explicitly to the private methods! Like in functional programming, passing all parameters makes it easier to reason about a "function" and easier to test it separately.
the point is to pass all parameters explicitly to the private methods! Like in functional programming, passing all parameters makes it easier to reason about a "function" and easier to test it separately.