Integrated Development Environment (IDE)

esse quam videri
Revision as of 21:55, 4 February 2020 by Kspriggs01 (talk | contribs) (Definition)
Jump to: navigation, search

Definition

An IDE, or Integrated Development Environment, is an application that provides computer programmers a comprehensive set of tools for software development in order to boost productivity. Most IDEs have a source code editor, compiler, interpreter, tools for debugging, and a method to create builds for finished software. However, not every IDE has all of the aforementioned features.

Relevance

Explanation

Resources

Example IDEs:

- Visual Studio

- Visual Studio Code

- Repl.it

- Wing

- MonoDevelop

See also


Notes

External Links