Skip to content

Commit 58aba1c

Browse files
authored
chore: Refactor style guide to use consistent language (anomalyco#7139)
1 parent 9906d42 commit 58aba1c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

STYLE_GUIDE.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
## Style Guide
22

33
- Try to keep things in one function unless composable or reusable
4-
- DO NOT do unnecessary destructuring of variables
5-
- DO NOT use `else` statements unless necessary
6-
- DO NOT use `try`/`catch` if it can be avoided
4+
- AVOID unnecessary destructuring of variables
75
- AVOID `try`/`catch` where possible
86
- AVOID `else` statements
97
- AVOID using `any` type

0 commit comments

Comments
 (0)