Skip to content
This repository was archived by the owner on Mar 29, 2025. It is now read-only.

Latest commit

 

History

History
14 lines (8 loc) · 472 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (8 loc) · 472 Bytes

Error Handling

Evaluations of conditions SHOULD be handled through case statement. A catch-all is only required, if the

Error messages should follow the indentation level of the wrapping function call statement. Code readability takes precedence, since we gain more code readability, than we loose error discoverability. It will "just" look a little weird, but I could swear I've seen other people doing it in their configure.ac and it wasn't too weird too me.