Archive of stories published by don’t code me on that

Aspect-Oriented Programming in Kotlin

Aspect-Oriented Programming (AOP) is has been around in Java for a while, it is a way for creating modular “side-effects” that can be used to add functionality to a piece of code logic. In Java, this usually manifests as annotations. Take for example caching in…

These were the top 10 stories published by don’t code me on that; you can also dive into yearly archives: 2019, 2020, 2021, 2022, and 2023.