6 ms·
Examples of companies or projects that ban exceptions Google, and therefore Chromium https://google.github.io/styleguide/cppguide.html https://google.github.i
by greggman2 7y ago
Examples of companies or projects that ban exceptions
Google, and therefore Chromium
https://google.github.io/styleguide/cppguide.html https://google.github.io/styleguide/cppguide.html
Mozilla, and therefore Firefox
https://firefox-source-docs.mozilla.org/tools/lint/coding-style/coding_style_cpp.html https://firefox-source-docs.mozilla.org/tools/lint/coding-st...
I'm pretty sure WebKit also doesn't use exceptions. It's not listed in their style guide but searching the repo I don't find any instances and the repo history shows turning them off.