Skip to content

Commit

Permalink
docs: Adds return value convention
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Hui committed Feb 10, 2024
1 parent 2f2460e commit c81aca8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTING
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,8 @@ Includes should be organized in the following order:
4. Platform headers

Where C system headers are used, prefer the C style header over the C++ style header (e.g. string.h over cstring)

## Return Values
Prefer returning error codes.

Error codes may be defined by documentation or by enumeration.

0 comments on commit c81aca8

Please sign in to comment.