On 08/06/18 15:40, Rémy Maucherat wrote:
> On Fri, Jun 8, 2018 at 4:10 PM wrote:
>
>> +1. Remove the use of system properties to control configuration wherever
>> +possible.
>>
>
> Ok. My bad, I'm a recovering addict ... ;)
Grin.
>> +2. Reduce instances of setters and getters for the sam
On Fri, Jun 8, 2018 at 4:10 PM wrote:
> +1. Remove the use of system properties to control configuration wherever
> +possible.
>
Ok. My bad, I'm a recovering addict ... ;)
>
> +2. Reduce instances of setters and getters for the same property
> existing on an
> +object and its parent.