When creating an application that follows The Clean Architecture you end up with a number of UseCases that hold your…
DRY, standing for Don’t Repeat Yourself, is a well-known design principle in the software development world. It is not uncommon…
In this blog post I outline my thinking on sharing code that deals with different types of Entities in your…
This blog post is a reply to Dan’s presentation Why Every Element of SOLID is Wrong. Dan’s presentation is crammed…
Both Domain Driven Design and architectures such as the Clean Architecture and Hexagonal are often talked about. It’s hard to…
I recently watched Clean Code Episode 34: Pattern Apocalypse, which is about several design patterns, including the Iterator. Afterwards I…