What are the differences between building on top of a framework and building on top of an application? How does…
Guard Clauses are one of my favorite little tricks that allow simplifying code. A guard clause is an if statement…
Several tricks and heuristics that I apply to write easy to understand functions keep coming up when I look at…
Several tricks and heuristics that I apply to write easy to understand functions keep coming up when I look at…
In this post I go over the principles that govern package (library) design and one specific issue I have come…
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…
Alternative title: Dan North, the Straw Man That Put His Head in His Ass. This blog post is a reply…
Simplicity is possibly the single most important thing on the technical side of software development. It is crucial to keep…