Skip to content

Commit 45a47c0

Browse files
authored
Merge pull request #362 from MaxSchumacher/patch-1
light editing
2 parents 0236cf4 + 6d3c4ba commit 45a47c0

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

1-js/01-getting-started/2-code-editors/article.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# Code editors
22

3-
A code editor is the place where a programmer spends most of his time.
3+
A code editor is the place where programmers spend most of their time.
44

55
There are two archetypes: IDE and lightweight editors. Many people feel comfortable choosing one tool of each type.
66

77
[cut]
88

99
## IDE
1010

11-
The term [IDE](https://en.wikipedia.org/wiki/Integrated_development_environment) (Integrated Development Environment) means a powerful editor with many features that usually operates on a "whole project". As said, that's not just an editor, but a full-scale "development environment".
11+
The term [IDE](https://en.wikipedia.org/wiki/Integrated_development_environment) (Integrated Development Environment) means a powerful editor with many features that usually operates on a "whole project". As the name suggests, that's not just an editor, but a full-scale "development environment".
1212

13-
An IDE loads the project (can be many files), and then allows navigation between files, provides autocompletion based on the whole project, integrates with a version management system (like [git](https://git-scm.com/)), a testing environment and other "project-level" stuff.
13+
An IDE loads the project (can be many files), allows navigation between files, provides autocompletion, integrates with a version management system (like [git](https://git-scm.com/)), a testing environment and other "project-level" stuff.
1414

1515
If you haven't considered selecting an IDE yet, look at the following variants:
1616

@@ -46,10 +46,8 @@ The personal preference of the author is to have both an IDE for projects and a
4646

4747
I'm using:
4848

49-
- [WebStorm](http://www.jetbrains.com/webstorm/) for JS, and if there is one more language in the project, then I switch to other Jetbrains editors like [PHPStorm](http://www.jetbrains.com/phpstorm/) (PHP), [IDEA](http://www.jetbrains.com/idea/) (Java), [RubyMine](http://www.jetbrains.com/ruby/) (Ruby). There are editors for other languages too, but I haven't used them.
50-
- As a lightweight editor -- [Sublime Text](http://www.sublimetext.com) or [Atom](https://atom.io/).
51-
52-
If you don't know what to choose, you can consider these ones.
49+
- [WebStorm](http://www.jetbrains.com/webstorm/) for JS, and if there is one more language in the project, then I switch to one of the other Jetbrains offerings listed above.
50+
- As a lightweight editor -- [Sublime Text](http://www.sublimetext.com) or [Atom](https://atom.io/) have served me well.
5351

5452
## Let's not argue
5553

0 commit comments

Comments
 (0)