14 May 03:17
Re: Easy way to define new methods referenced in a method?
From: itsme213 <itsme213 <at> hotmail.com>
Subject: Re: Easy way to define new methods referenced in a method?
Newsgroups: gmane.comp.lang.smalltalk.squeak.beginners
Date: 2008-05-14 01:17:48 GMT
Subject: Re: Easy way to define new methods referenced in a method?
Newsgroups: gmane.comp.lang.smalltalk.squeak.beginners
Date: 2008-05-14 01:17:48 GMT
"Tim M" <365nice <at> gmail.com> wrote in message > Or does everyone rely on having a test that calls the method and so you > let the debugger define it?) I suspect there are smarter options ... but lint will catch many such errors. The latest dev images has the 'Environment' browser, which lets you browse just your 1 class, or your 1 class hierarchy, or your 1 package, ... and scope your lint checks accordingly. Right click in it and Open/Code Critics. Lukas Renggli's blog has a nice screen-cast demo. Sophie
RSS Feed