Dear Ralph,<br><br>You&#39;re searching for a dialogue type which I&#39;m not willing to accept. Not every dialogue is a problem-solving situation. It doesn&#39;t matter how to solve something if you&#39;re already absolutely 
convinced there is no problem in what you&#39;re using.<br><br>When you learn about historical linguistics and language transmition, acquisition and preservation you begin to understand some things which are difficult to link to &quot;Computer Science&quot; subjects, but they are very related. What we&#39;re dealing with is a grammaticalization because isn&#39;t like if the 
Smalltalk language doesn&#39;t let us build a good solution, is not like the verbal system is incomplete and the tags would represent a perfect universal innate grammar which we must take advantage no matter the cost, it is more like the plantation of a set of new conventions in the form of grammatical devices. Tags are not a radical language shift, but they are a begginning, like every innocent change in our lexicon. I&#39;m wondering what will be our next &quot;cool&quot; notation and I don&#39;t know how so many developer&#39;s mental grammar shifted to tag-oriented speeching (but I suspect why :).<br>
<br>Do authoritative majority here want to start to promote new syntax for doing things? To how extent this will remain unnoticed? Linguists know that language users allows a certain degree of tolerable intelligibility before moving out to another language community. That happens between generations in natural languages, if language preservation is planned, then the transitional language users will will preserve its identity for most time. In computer languages that could happen rapidly.<br>
<br>The language in Smalltalk is a small language, that is, with a few 
number of speakers compared with &quot;major&quot; languages, but computer 
languages are also subjected to pressure from larger languages, and 
without economic and political influence, like dialects, they tend to dissapear (there is no death of a language, the users just move to another language but revivals almost never happen).<br><br>Cheers,<br><br>Hernán<br>
<br><div class="gmail_quote">2010/5/2 Ralph Johnson <span dir="ltr">&lt;<a href="mailto:johnson@cs.uiuc.edu">johnson@cs.uiuc.edu</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
I didn&#39;t understand Hernan&#39;s response.  It complained about tags but didn&#39;t give any alternatives, and because I couldn&#39;t see any alternatives I had no idea what the complaints were about.  But Colin&#39;s message is much more concrete and provides an easy to understand alternative.  <br>

<br>If tags are a way of categorizing methods so that other tools can find them, an alternative is to find them based on their name.  The SUnit testrunner will automatically run methods whose name starts with &quot;test&quot; if they are in subclasses of TestCase.  When I studied OmniBrowser a year or two ago, I found the way commands were defined to be pretty easy.  The main thing making them hard to learn was lack of up-to-date documentation (class comments would be nice!) but commands were one of the easier things to figure out.<br>

<br>Another alternative is to rind them based on the protocol they are in.  SUnit tests are almost always in a protocol called &quot;Testing&quot;.  The TestRunner could have used that instead.  The main problem with this is that Monticello uses protocols to specify packaging, though I think that was a bad design decision.<br>

<br>i don&#39;t see why method tags are so bad.  They will become part of the standard reflective definition of methods.  You&#39;ll be able to ask a class for all its methods with a particular tag, and you can easily get a collection of all methods in the system with a particular tag by iterating over the classes.  To me, this is no different than asking a class for methods whose name starts with &quot;test&quot;.  Tags are better than depending on names, because when I look at a method with a funny name, I might think that the author did a bad job at naming it and &quot;fix&quot; the name.  However, when I see a tag I will know that the author expects that method to be used for a particular purpose, and I will work on learning the purpose.  So, I think that method tags communicate better than encoding information in names.  To me, it doesn&#39;t seem any less object-oriented than encoding info in names.  I&#39;ve been programming in Smalltalk for 25 years, so I think my intuition should count for something.<br>
<font color="#888888">
<br>-Ralph Johnson<br><div><span title="Sat, May 1, 2010 at 1:53 PM" alt="Sat, May 1, 2010 at 1:53 PM"></span><span></span></div><table cellpadding="0"><tbody><tr><td>
<br></td><td><br></td></tr></tbody></table>
</font><br><br>
<br></blockquote></div><br>