Skip to content

YelenaMerzlyakova/IDE-research

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 

Repository files navigation

IDE Research

Visual Studio IDE

Visual Studio Homepage

But why VSCode?

There are other IDE's that have caught my eye like PHPStorm and Sublime. PHPStorm was too expensive and mostly used for backend and I've used sublime before so I prefer to try something new. In the end I have decided to go with Visual Studio because I have read that it's mostly used by Frontend Devs, something that I aspire to do in the future.
It seems impressive to me with its modern UI, a wide availability of extensions, as well as great features such as built-in Git and terminal.

It also seems that it's one of the easiest tools to use. Easy tools for simple code will be the motto to go by. 😏

“Controlling complexity is the essence of computer programming.” (Brian Kernigan)

Pros, cons and short overview

Lets look at the next list of pros, cons and a small summary with their own sublists.

1. Pros

  • Lightweight
    • There is some controversy about this part
  • Easy to use
  • Strong community
  • Free / Open source
  • Git integrated
  • Unit testing
  • Loads of features

2. Cons

  • Labourous installion
  • Slow launch time
  • Uses a lot of memory eventhough it's lightweight (remains to be seen)

3. Small summary

A concise representation of a few key pros and cons.

PROS CONS
Open source Start up slower
Strong Community Labourous installation
Features Lightweight?

Get to know an IDE

  • Research IDE's
  • Compare
  • Write documentation
  • Install
  • Get to know

Let's Go!

function VisualStudio() {
console.log("Start to Code!");
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published