#java
Read more stories on Hashnode
Articles with this tag
An age-old debate finally settled! · Tabs or spaces? Every programmer was at some point confronted by this career-defining choice. But with this post...
Data classes and inline classes are a game changer for clean code · Kotlin has lots of advantages over Java, but one that I find easily overlooked is...
A Detailed Look · When Java first introduced records as a preview in Java 14 and later released it with Java 16, it reminded many of Kotlin’s data...
Untangling the mess of Futures · In Java 8 CompletableFuture was introduced to finally bring a better way to work with asynchronous logic into Java....
ImmutableCollection vs Collections.unmodifiableCollection and more · Guava is one of if not the most popular Java libraries. But it has been around for a...
Why I think exceptions are bad language design. · When my classmates and I first learned about exceptions (in C++), I thought “Cool, I don’t have to...