Hi,
At PharoDays I presented how I am managing my preferences in Pharo in
a more advanced way than using the preferences browser. (Because I do
not want to be limited to the pre-defined settings)
I am using a classic pharo project managed with Metacello that I load
via a startup script to execute
Thanks Cyril - lots of great ideas, thanks for sharing.
Top tip I took away - use a meta link to replace a method for non configurable
stuff because this way you don’t contaminate any potential pr submissions (neat
idea).
Tim
Sent from my iPhone
> On 5 Apr 2019, at 15:34, Cyril Ferlicot wrot
On Fri 5 Apr 2019 at 16:41, Tim Mackinnon wrote:
> Thanks Cyril - lots of great ideas, thanks for sharing.
>
> Top tip I took away - use a meta link to replace a method for non
> configurable stuff because this way you don’t contaminate any potential pr
> submissions (neat idea).
>
Most of the t