Jordy van Vorselen

Jordy van Vorselen

Best Practices

Factories: Clean Test Data Without the Pain

Tired of brittle test setups and copy-pasted builders? Learn how to manage unit test data with maintainable, flexible factories. This guide walks through test factory patterns in Java (and other languages), helping you avoid flaky tests, reduce duplication, and write more resilient test suites.

Do Repeat Yourself

One of the first things we teach aspiring software engineers is the principle Don't Repeat Yourself. While this is a very useful rule of thumb, it doesn't apply in every case. In this post we will discuss when it does not.

Stop arguing about code style

As software engineers we all have our own opinions on how our code should look. But having discussions about code style at every pull request review adds up to be a giant waste of time. Here's a simple solution to be done with this once and for all.