cppbestpractices
cppbestpractices copied to clipboard
Consider Avoiding Boolean Parameters
I'd like to make the observation that perhaps this is a good place for templated functions instead of runtime checks. If so, how often would you see this in production code?