August 2, 2024
6 minute read
⚠️ There is a problem with the approach below. Yet again I’ve been fooled/confused by the xUnit documentation, and this doesn’t actually do quite what I expected it to do when I tested it out for real. Once again I learn the lesson that I shouldn’t rush things out the...
Read More
June 7, 2024
4 minute read
Why Sometimes I have to work on hairy old sprawling legacy code bases in ye-olde c#, which means, unfortunately, no shiny new dotnet-core with Rider on linux and all the speed gains that brings. So having fallen over another codebase that takes unbearably long to build and work on when...
Read More
April 18, 2024
10 minute read
Mainlining Some very experienced developers, some of whom I’ve heard it from in-person, strongly advocate what is often called “mainline” or “trunk-based” development, meaning that the git history is a series of commits directly to the main branch, with no pull requests, feature branches or merge commits in sight. This...
Read More