Nicolai Parlog 8/27/2015

Java 8 SE Optional, a strict approach

Read Original

This technical article presents a counter-argument to Stephen Colebourne's pragmatic approach for using Java 8's Optional class. The author disagrees with the common recommendation that Optional should only be used as a return type, and instead advocates for a stricter, more consistent application throughout code, including as fields and method parameters, to improve null safety and design clarity.

Java 8 SE Optional, a strict approach

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week

No top articles yet