Random thoughts about software development
This is a short one. I just noticed how neat tuple syntax can be for multiple assignments:
1
var (oldReference, newReference) = (searchPattern(oldName), searchPattern(newName));