How to Make Your Reviewer Cry Using Java Optional
This article talks about some of the most common and least addressed pitfalls of Java Optional usage, and how to avoid misusage. by
Join the DZone community and get the full member experience.Join For Free
I think code review is one of the best sources of inspiration. I see it as an opportunity to learn new things from other software developers sending pull/merge requests. Moreover, sometimes you may need to study a specific subject with more details regarding the under review code. Usually, this process leads to a more profound knowledge of that domain. However, there’s still another fact about code review: after a while, you face some common mistakes. Recently, I reviewed a feature in which I saw an