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

esse quam videri
Jump to: navigation, search
(Definition)
(Definition)
Line 6: Line 6:
 
However, not every IDE has all of the aforementioned features.
 
However, not every IDE has all of the aforementioned features.
  
Many of the currently popular IDEs also have features specific for use with Object-Oriented Programming, such as a class browser, object browser, and UML diagram generators.
+
Many of the currently popular IDEs also have features specifically for use with Object-Oriented Programming, such as a class browser, object browser, and UML diagram generators.
  
 
=Relevance=
 
=Relevance=

Revision as of 22:01, 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, a compiler, an interpreter, tools for debugging, syntax highlighting, and a method to create builds for finished software. However, not every IDE has all of the aforementioned features.

Many of the currently popular IDEs also have features specifically for use with Object-Oriented Programming, such as a class browser, object browser, and UML diagram generators.

Relevance

As a programmer, the use of an IDE is extremely beneficial since you do not have to spread a project out between a myriad of different applications in order to complete it.

Explanation

Resources

Example IDEs:

- Visual Studio

- Visual Studio Code

- Repl.it

- Wing

- MonoDevelop

See also


Notes

External Links