<div dir="ltr"><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Jan 30, 2013 at 4:26 AM,  <span dir="ltr">&lt;<a href="mailto:commits@source.squeak.org" target="_blank">commits@source.squeak.org</a>&gt;</span> wrote:<br>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">+ Error subclass: #NotImplementedError<br><br>+ NotImplementedError subclass: #NotYetImplemented<br><br></blockquote>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">+ NotImplementedError subclass: #SubclassResponsibilityError<br></blockquote><div><br></div><div><br></div><div>The usual naming convention for exceptions is to omit the the &quot;Error&quot; part of the name (e.g., MessageNotUnderstood). So these new exceptions ought to be:</div>
<div><br></div><div>NotImplemented</div><div>NotYetImplemented</div><div>SubclassResponsibility</div><div><br></div><div>Otherwise, looks great!</div><div><br></div><div>Colin </div></div></div></div>