March 17, 2010
8:24 p.m.
+1 Kent beck smalltalk good practices book. On Mar 17, 2010, at 9:11 PM, Stéphane Ducasse wrote:
What do you think about that? I think that would be good.
Issue 2159: We should clean all the platformName = 'Win32' and: [osVersion = 'CE']
This is not good to have all these strings to encode platform support. We should move some code to SmalltalkImage
SmalltalkImage>>win32 ^ 'Win 32'
SmalltalkImage>>isWin32CE ^ (self platformName = 'Win32' and: [self osVersion = 'CE'])
...
Stef _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project