Published inDecaffeinating JavaWhen you have no better things to doIn how many ways 123456789 = 100?Nov 3, 2021Nov 3, 2021
Published inDecaffeinating JavaWriting Integration Tests — Part IIPlease read Part I of this article series to get more context on this article.Jan 24, 2021Jan 24, 2021
Published inDecaffeinating JavaWriting Integration Tests — Part IWe have a monolith and a few months ago our test pyramid looked like this:Jan 24, 2021Jan 24, 2021
Published inDecaffeinating JavaOptional in JavaA colleague of mine once said:Mar 15, 2020Mar 15, 2020
Published inDecaffeinating JavaOptional — when `null` is returnedIf you are a Java developer then you have performed those null checks on a method’s returned value because you are not sure it will always…Mar 15, 2020Mar 15, 2020
Published inDecaffeinating JavaDeprecate @Nonnull and @Nullable using OptionalIf used correctly, Optional in Java makes @Nullable and @Nonnull annotations obsolete.Feb 19, 2020Feb 19, 2020