diff --git a/coding-standards.md b/coding-standards.md index 9a364e6..dbf561f 100644 --- a/coding-standards.md +++ b/coding-standards.md @@ -12,7 +12,7 @@ These are our opinionated code security and quality standards we use internally Use the following rationale as guidelines to decide when and how to use third party dependencies -``` +```mermaid flowchart TD A[Can it be done with the standard Library in under ~10k easily readable lines?] A --> D{No} --> E