[squeak-dev] The Inbox: Exceptions-fbs.40.mcz

Colin Putney colin at wiresong.com
Wed Jan 30 18:33:45 UTC 2013


On Wed, Jan 30, 2013 at 4:26 AM, <commits at source.squeak.org> wrote:


> + Error subclass: #NotImplementedError
>
> + NotImplementedError subclass: #NotYetImplemented
>
> + NotImplementedError subclass: #SubclassResponsibilityError
>


The usual naming convention for exceptions is to omit the the "Error" part
of the name (e.g., MessageNotUnderstood). So these new exceptions ought to
be:

NotImplemented
NotYetImplemented
SubclassResponsibility

Otherwise, looks great!

Colin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20130130/15e8f0cf/attachment.htm


More information about the Squeak-dev mailing list