Introduce parameter object : setters instead of ctor? Sometimes I’d like the param obj for some methods to have a list of regular setters. This makes param obj init code more verbose, but sometimes also more readable.
See original here:
Introduce parameter object: setters… :: JetBrains Developer …
As for the fourth, we are already planning on Introduce Parameter Object being capable of “chaining”, so that if all (most?) of the wrapped parameters are passed to another method, you would be given the option of wrapping that method …
Read the original:
Introduce parameter object: parameter… :: JetBrains Developer …