Posts
Bart van Lierop
Cancel

Mocking The Filesystem Using Abstractions

Introduction On many occasions I come accross code that is tightly coupled to the file system. Here is an example of an import functionality using a CSV file read out: using System.Collection...

Periodically Clean Merged Git Branches

Introduction In our team we had some trouble with old Git branches not being cleaned up although they were merged in the past. Jenkins (on Windows) would then also try to scan those which result...