Empty if null – Preventing null infections
In one of our C# codebases, which is predominantly OO, using FP-style list processing often runs into the null problem. Let's have a look.Read more at recurse.se ↗Copy commits from one git repo to another
If you have done some work in one (or more) repos, that you want to transfer into a different target repo. Could you also copy the commit...Read more at recurse.se ↗Fork and Switch – Pointing a git workspace to a fork
We’d like all developers to move over to using a pull-request based workflow to encourage code reviews.Read more at recurse.se ↗Scala pattern matching & lowercase case objects
I just learned something about pattern matching and case objects in Scala which I thought I’d share.Read more at programmaticallyspeaking.com ↗Git-diffing Excel files
In this post, I’m going to demonstrate how to get a useful diff for binary Excel files that reside in a Git repository.Read more at programmaticallyspeaking.com ↗Multimethods and default arguments
I had a situation the other day on my Clojure project, where I wanted to refactor a (parsing-related) function that was becoming too comp...Read more at recurse.se ↗