“Unwritten code requires no maintenance and introduces no cognitive load.”
As I was working on another part of Quino the other day, I noticed that the oft-discussed registration and configuration methods were a bit clunkier than I’d have liked. To whit, the methods that I tended to use together for configuration had different return types and didn’t allow me to freely mix calls fluently.
The difference between Register and Use
The return type for Register methods is IServiceRegistrationHandler... [More]