
The Objectively Best Way to Indent your Code
An age-old debate finally settled!
Apr 1, 20226 min read
Search for a command to run...

An age-old debate finally settled!

Data classes and inline classes are a game changer for clean code

It needs to help!

A Detailed Look

Untangling the mess of Futures

ImmutableCollection vs Collections.unmodifiableCollection and more

Why I think exceptions are bad language design.

Save time when implementing PR fixes with this neat script
The idea of atomic commits has been considered best practice by many people. It essentially means that every commit on the master branch should at least be able to be built successfully. Some also include that it can “start” successfully, some also i...