|
|
|
|
|
by gumby
1901 days ago
|
|
It's the style guide for Google's specific environment. If you are not Google, much of it is likely irrelevant. For example, the style guide says that C++ exceptions are the way to go...except that by the time the guide was written there was already too much existing code that wasn't exception safe. Therefore the guide says that regretfully, exceptions cannot be used. Edit: clarification |
|