September 12, 2024
7 minute read
Sometimes I see people create work items / jira tickets / user- stories that if they were implemented and merged in to the codebase would leave the system in a half-finished state, either broken or inconsistent. The problem with non-shippable tickets This to me is instinctively a “bad thing”, however...
Read More
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