[squeak-dev] [Ann] System-PasswordManager

Vaidotas Didžbalis vaidasd at gmail.com
Mon Mar 23 19:40:38 UTC 2009


Thank you,
I have question about style:
in the code I see:

boolean ifFalse:[^self error: 'Some error'].

sould'nt it be like this:

boolean ifFalse:[self error: 'Some error'].

Since “self error:" is definitely expected to signal exception?

On Sun, Mar 22, 2009 at 11:26 PM, Keith Hodges <keith_hodges at yahoo.co.uk> wrote:
>
> I have published MCPasswordManager as a separate package
>
> http://www.squeaksource.com/mc/System-PasswordManager
>
> Keith
>
>
>



More information about the Squeak-dev mailing list