On 04-02-16 17:55, Esteban Lorenzano wrote:
On 04 Feb 2016, at 17:38, Stephan Eggermont <[email protected]> wrote:
On 04-02-16 17:00, Esteban Lorenzano wrote:
Smalltalk ui icons iconNamed: #protocolExtension.
Still ugly, but I’m not happy with the idea of a selector-per-icon…
Why do you see that as a problem? For me the problem is more the trainwreck.
because then you have a fixed number of icons and you cannot dynamically load
more.
Sorry, I don't get your point. We have extension methods, so dynamically
adding more works. I usually prefer selector access over dictionary,
when possible. Where is this better? Please elaborate.
Stephan