Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 311 Bytes

CODE_STANDARD.md

File metadata and controls

14 lines (8 loc) · 311 Bytes

Exceptions

If something should only be due to:

  • programmer error
  • major environment problem (not having a crypto algorithm)
  • LOCAL database corruption
  • LOCAL misconfiguration

Then it may be a runtime exception

If it is due to something outside, then it should absolutely not be a runtime exception.