All tags

Posts tagged: #code-review

Always Add Argument (Parameter) Names

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

Yet another good-commit-messages post

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