Ten years in Switzerland

When should we fix bugs?

Postmortems: are they worth it?

Books I read in 2022

This is the last instalment of a series of posts recollecting what I read from 2020 to 2022.

Enums: Java vs Swift

I had always thought that Java enumerations were a rather simple data type, as they are designed in C for example. But I discovered recently, as part of doing some backend work, that they’re actually much more versatile.