Skip to content

Commit de313d3

Browse files
Docs: Remove manifesto
1 parent a31c7db commit de313d3

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,6 @@
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-
199
This JSCS plugin checks for words that can't be found in a dictionary, and tells
2010
you where they are so that you can spell them correctly. You can choose which
2111
dictionaries and languages to use. You can add more words and ignore existing

0 commit comments

Comments
 (0)