Recent Posts

Be bold

1 minute read

Are you bold enough?

Rule of three

1 minute read

Sometimes called “1, 2, refactor”, the “rule of three” is code refactoring rule of thumb to decide when a replicated piece of code should be replaced by a ne...

Exceptions are meant to be exceptional

3 minute read

Now and again I come across patterns that I see in codebases and pull requests, especially when the project or team is maturing. This covers one of them.