In this series, I'm exploring a handful of guidelines from the C++ Core Guidelines project. You can always find the latest version on GitHub-- look at the ...
Some books say it is unnecessary to add const to non-pointer/reference/array parameters, and advise learning programmers not to do so. But I like functino-headers ...