Open Question: Should the Logging Code Be with the Main Code?
▻https://www.fluentcpp.com/2021/04/09/open-question-should-the-logging-code-be-with-the-main-code
Choosing between two designs is something we do every day as developers, and the choices we make have a large impact on the quality and expressiveness of our code. Given two designs, how do we make that choice? Here is a case that I have encountered and where the decision is not obvious, as both […]