Difference between revisions of "Integrated Development Environment (IDE)"

esse quam videri
Jump to: navigation, search
(Resources)
(Definition)
Line 1: Line 1:
  
 
=Definition=
 
=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=
 
=Relevance=

Revision as of 21:55, 4 February 2020

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