<br><br><div class="gmail_quote"><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
On Sun, Mar 22, 2009 at 11:26 PM, Keith Hodges &lt;<a href="mailto:keith_hodges@yahoo.co.uk">keith_hodges@yahoo.co.uk</a>&gt; wrote:<br>
&gt;<br>
&gt; I have published MCPasswordManager as a separate package<br>
&gt;<br>
&gt; <a href="http://www.squeaksource.com/mc/System-PasswordManager" target="_blank">http://www.squeaksource.com/mc/System-PasswordManager</a><br>
&gt;<br>
&gt; Keith<br>
&gt;<br>
&gt;<br>
&gt;<br>
2009/3/24 Vaidotas Didžbalis <span dir="ltr">&lt;<a href="mailto:vaidasd@gmail.com">vaidasd@gmail.com</a>&gt;</span><br>Thank you,<br>
I have question about style:<br>
in the code I see:<br>
<br>
boolean ifFalse:[^self error: &#39;Some error&#39;].<br>
<br>
sould&#39;nt it be like this:<br>
<br>
boolean ifFalse:[self error: &#39;Some error&#39;].<br>
<br>
Since “self error:&quot; is definitely expected to signal exception?<br>
<br>
</blockquote></div><br><br>You can validly continue execution from an error (unlike, for example, Java). Sometimes, I&#39;d get an error, fix things up in the debugger and then continue execution.<br><br>Gulik.<br><br>-- <br>
<a href="http://gulik.pbwiki.com/">http://gulik.pbwiki.com/</a><br>