File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77** JSCS Spellcheck** — Spellcheck plugin for [ JSCS] ( https://github.com/jscs-dev/node-jscs/ ) .
88
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-
199This JSCS plugin checks for words that can't be found in a dictionary, and tells
2010you where they are so that you can spell them correctly. You can choose which
2111dictionaries and languages to use. You can add more words and ignore existing
You can’t perform that action at this time.
0 commit comments