File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 6
6
7
7
** JSCS Spellcheck** — Spellcheck plugin for [ JSCS] ( https://github.com/jscs-dev/node-jscs/ ) .
8
8
9
- The majority of time spent programming is not spent typing, but in reading and
10
- maintaining existing code. It is important that other programmers be able to
11
- understand exactly what is going on in a complex system.
12
-
13
- Abbreviations and contractions can make code harder to understand. They can be
14
- ambiguous and arbitrary. Abbreviations cannot be distinguished from
15
- misspellings. Today, there are free integrated development environments which
16
- provide word auto-completion and line wrapping; there is no practical advantage
17
- to using abbreviations in code.
18
-
19
9
This JSCS plugin checks for words that can't be found in a dictionary, and tells
20
10
you where they are so that you can spell them correctly. You can choose which
21
11
dictionaries and languages to use. You can add more words and ignore existing
You can’t perform that action at this time.
0 commit comments