Difference between revisions of "Integrated Development Environments"

From Armagetron
 
Line 1: Line 1:
 
Integrated Development Environment
 
Integrated Development Environment
 +
 +
Quote from Wikipedia:
 +
:An '''integrated development environment''' ('''IDE'''), also known as '''integrated design environment''' and '''integrated debugging environment''', is a type of computer software that assists computer programmers to develop software.
 +
 +
:IDEs normally consist of a source code editor, a compiler and/or interpreter, build-automation tools, and (usually) a debugger. Sometimes a version control system and various tools to simplify the construction of a GUI are integrated as well. Many modern IDEs also integrate a class browser, an object inspector and a class hierarchy diagram, for use with [[object oriented]] software development. Although some multiple-language IDEs are in use, such as the Eclipse IDE, NetBeans or Microsoft Visual Studio, typically an IDE is devoted to a specific programming language, as in the Visual Basic IDE.
  
  

Revision as of 14:08, 22 June 2006

Integrated Development Environment

Quote from Wikipedia:

An integrated development environment (IDE), also known as integrated design environment and integrated debugging environment, is a type of computer software that assists computer programmers to develop software.
IDEs normally consist of a source code editor, a compiler and/or interpreter, build-automation tools, and (usually) a debugger. Sometimes a version control system and various tools to simplify the construction of a GUI are integrated as well. Many modern IDEs also integrate a class browser, an object inspector and a class hierarchy diagram, for use with object oriented software development. Although some multiple-language IDEs are in use, such as the Eclipse IDE, NetBeans or Microsoft Visual Studio, typically an IDE is devoted to a specific programming language, as in the Visual Basic IDE.


Links