Re: [Pharo-users] Object configuration idioms

2018-02-14 Thread Stephane Ducasse
Nice discussion. Thanks Christian. On Mon, Feb 12, 2018 at 10:36 AM, Christian Haider wrote: > Hi, > > > > sorry to jump in here, but I think that this pattern is bad. > > > > For your approach, you need to have setters on the configuration. > > Do you really want to have methods to set the usern

Re: [Pharo-users] Object configuration idioms

2018-02-14 Thread Stephane Ducasse
Nice design henrik. You made me think so this is good. On Sun, Feb 11, 2018 at 11:27 PM, Henrik-Nergaard wrote: > Hi Peter, > > I would just fill in the configuration and have it give me the correct > client which uses the configuration instance. > > = > | client | > > cli