6 Feb
2023
6 Feb
'23
9:40 a.m.
On 6. Feb 2023, at 01:18, Robert Ramey via Boost
wrote: If you stop testing C++03, you'll find that libraries are going to automatically and inevitably migrate to the level of the lowest tested library. (Ramey's second law)
FYI - Ramey's first law, if you leave the documentation until the end, you'll end up refactoring the API.
Those are good laws. My personal variant of the first law is: If it is not tested, (assume) it is broken.