March 16, 2012
7:20 a.m.
On Mar 16, 2012, at 12:24 AM, Igor Stasenko wrote:
you can always make dependency less hardcoded:
Smalltalk at: #ZnClient ifAbsent: [ self error: 'sorry dude' ] ifPresent: [:client | ... download stuff , whatever ]
Why don't we make that the default? That is, compile all globals to something like "self environment lookUp: #ClassName" ? Marcus -- Marcus Denker -- http://marcusdenker.de