WIP: Coding standards #17

Draft
lrvick wants to merge 3 commits from coding-standards into main
1 changed files with 1 additions and 1 deletions
Showing only changes of commit a02a1c8db6 - Show all commits

View File

@ -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