Re: my results thus far

2015-08-12 Thread Mikael Ståldal
Too bad that Java lacks named parameters to methods and constructors (as languages like Python and Scala have). On Wed, Aug 12, 2015 at 3:32 AM, Ralph Goers ralph.go...@dslextreme.com wrote: One of the principals Log4j 2 tries to follow is to create immutable objects as much as possible as it

Re: my results thus far

2015-08-12 Thread Xen
I realized one of my own classes had a builder object/class. The reason I did so was because I had to collect the relevant fields/parameters over time. As the result of progressing through a pattern-recognising state machine. My own target object was immutable, because it represented the