HarHar, I'm just gonna leave this here: blog.codefx.org/java/stephen-c…
#EffectiveJava3E
"To document your API properly, you must precede every exported class, interface, constructor, method, and field declaration with a doc comment."
It's almost like blog.codefx.org/techniques/doc…, but less vulgar and with more authority.
#EffectiveJava3E
#EffectiveJava3E
#EffectiveJava3E
#EffectiveJava3E
#EffectiveJava3E
When adding default methods after the fact, maybe let them throw UOE?
#EffectiveJava3E
#EffectiveJava3E
"While it may be possible to correct some interface flaws after an
interface is released, you cannot count on it."
#EffectiveJava3E
Item 9 makes me really happy that I never dev'd professionally with Java <7 with try-try-finally-finally-cross-fingers-hope-everything-works.
#EffectiveJava3E
#EffectiveJava3E