[Python-3000] Java type system and exceptions (was: duck typing)

Michael P. Soulier msoulier at digitaltorque.ca
Mon May 8 03:50:04 CEST 2006


On 07/05/06 Brett Cannon said:

> Checked exceptions are the worst feature of Java in my opinion.  =)

Seconded. This basically results in people writing methods that all throw
Exception, instead of something useful. Otherwise, if you make a small change
in your code, you'll find that it's not localized to that code. 

Lets not get into Java envy please. If I want Java I'll use it.

Mike

-- 
Michael P. Soulier <msoulier at digitaltorque.ca>
"Any intelligent fool can make things bigger and more complex... It
takes a touch of genius - and a lot of courage to move in the opposite
direction." --Albert Einstein
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://mail.python.org/pipermail/python-3000/attachments/20060507/731f36d3/attachment.pgp 


More information about the Python-3000 mailing list