5 ms·
> Also, their "no exceptions" rule only applied to work involving their legacy code. That's not the case, the no exceptions rule applies to legacy and non-lega
by aerlinger 5y ago
> Also, their "no exceptions" rule only applied to work involving their legacy code.
That's not the case, the no exceptions rule applies to legacy and non-legacy code: https://google.github.io/styleguide/cppguide.html#Exceptions https://google.github.io/styleguide/cppguide.html#Exceptions.