On Wed, Jul 29, 2009 at 5:11 AM, Damien Cassou
<damien.cassou@gmail.com> wrote:
> MacOSXPlatform isActivePlatform
>
> In all places? Obviously, the same with the other platforms.
>
> Is there a reason I don't see?
I don't like this solution because it depends on the existence of the
MacOSXPlatform class which is an implementation detail.
Why you say MacOSXPlatform is an implementation detail? Perhaps we can ask this messages to SmalltalkImage and then this delegates to the platform?
However, I rather any of this solutions than having all the hardcoded string spear around in the image.
�
--