News

In this seventh post of my series on addressing the issue of too many parameters in a Java method or constructor, I look at using state to reduce the need to pass parameters.
Person.java with Nested Builder, Custom Types, and Parameters Object. package dustin.examples; /** * Person class used as part of too many parameters demonstration.