<div dir="ltr"><br><br><div class="gmail_quote">On Mon, Oct 6, 2008 at 2:19 PM, Mark Volkmann <span dir="ltr">&lt;<a href="mailto:mark@ociweb.com">mark@ociweb.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div style="">Have I summarized this correctly?<div><p style="clear: both;">Smalltalk doesn&#39;t support the concept of enumerated types like in Java 5 and above. Instead, the Smalltalk way is to:</p>&lt;snip&gt;</div></div>
</blockquote><div><br></div></div><br>What are you using enums for? I&#39;ve never found I&#39;ve needed them, often because the need for them can be refactored away and you end up with cleaner code.<br><br>Often I just use symbols (i.e. #red, #blue, #green). These are generic descriptive names for thingies.<br>
<br>Gulik.<br><br>-- <br><a href="http://people.squeakfoundation.org/person/mikevdg">http://people.squeakfoundation.org/person/mikevdg</a><br><a href="http://gulik.pbwiki.com/">http://gulik.pbwiki.com/</a><br>
</div>