skip to main
|
skip to sidebar
Sunday, March 7, 2010
Is there any point to checked exceptions?
Interesting discussion here:
http://googletesting.blogspot.com/2009/09/checked-exceptions-i-love-you-but-you.html
public static void doThing(Object thing) throws Exception { // no op for now }
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Dick Moves in Java
Blog Archive
▼
2010
(7)
▼
March
(7)
Substring on a huge string
StringBuffers that exist within a method
Depending on concrete classes
I just can't handle it
Bad optimization
Is there any point to checked exceptions?
This is actually possible
No comments:
Post a Comment