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 β¦
Read More
April 18, 2023
6 minute read
An argument (lol) for the use of explicit argument names in C# function calls even when they seem redundant.
You can assert correctness when reviewing the call site in a dumb text display (e.g. a patβ¦
Read More
March 18, 2016
10 minute read
Why you should care about writing good commit messages
It is extremely likely you won't be the last person to touch this code.
You will forget the details of exactly why you did something after a fewβ¦
Read More