Skip to content

Commit be62cd9

Browse files
committed
doc: update README
1 parent 7cbe1ec commit be62cd9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ Hyper JavaScript Snippets is a snippets collection for JavaScript and TypeScript
99

1010
Install from VSCode Extension Marketplace [Hyper JavaScript Snippets](https://marketplace.visualstudio.com/items?itemName=t7yang.hyper-javascript-snippets).
1111

12-
## Philosophy
13-
1. Easy Learn - related snippets share a same namespace or pattern, like every `for` loop prefix start with `fo`, all assignment snippet share `*a` pattern.
12+
## Advantages
13+
1. Easy Learn - related snippets shared a same namespace or pattern, like every `for` loop prefix start with `fo`, all assignment snippet share `*a` pattern.
1414
2. Composable - No semicolon (point-free friendly), no newline, no placeholder, small snippet, the very end tabstop as possible, make composing snippets friendly.
15-
3. Avoid conflict and meaningful - Name prefix with no meaningful word to avoid conflict with variable name and built-in snippets prefix (as possible).
15+
3. Avoid conflict - Try to avoid snippet's prefix conflict with variable name and built-in snippet's prefix.
1616

1717
## Suggestions
1818
- Use [Prettier](https://prettier.io/) to help you formating your code.
@@ -34,7 +34,7 @@ Install from VSCode Extension Marketplace [Hyper JavaScript Snippets](https://ma
3434

3535
> How to remember so many snippets prefix for new user? <br />
3636
37-
Related snippets share a same namespace, like every `for` loop prefix start with `fo`, all assignment snippet share `*a` pattern.
37+
Related snippets shared a same namespace, like for every `for` loop snippets prefix are start with `fo`, all assignment snippets shared `*a` pattern.
3838

3939
### Declarations
4040
| Prefix | Desc | Body |

0 commit comments

Comments
 (0)