|
|
|
|
|
by EliRivers
2388 days ago
|
|
On the other side of the coin, I don't think I've ever had a job in which anyone would have ever considered banning exceptions (although I have worked at some where people did know that some other companies did ban them). The world of programming is a very broad church indeed. |
|
Google, and therefore Chromium
https://google.github.io/styleguide/cppguide.html
Mozilla, and therefore Firefox
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.