Skip to content
This repository was archived by the owner on Aug 22, 2024. It is now read-only.
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added note on default parameters to standards.md
  • Loading branch information
Brent-A committed Oct 8, 2019
commit c6025bba259ea5d5e8251ed2f5dccf37de08fa69
1 change: 1 addition & 0 deletions docs/standards.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ allow the reader to quickly and easily tell the difference between internal and
there is nothing the user can do to resolve the issue, then it is acceptable to crash. If there is action the
user could take (not including an application restart or PC reboot), then returning an error specific to the recovery
action is acceptable.
* Don't use default parameters in public APIs (C++/C#)

## Clang-format

Expand Down