IDE: Difference between revisions
(Created page with "An integrated development environment (IDE) is a software application that provides comprehensive facilities to computer programmers for software development. An IDE normally consists of at least a source code editor, build automation tools and a debugger. category:glossary category:index category:public") |
No edit summary |
||
| Line 1: | Line 1: | ||
An integrated development environment (IDE) is a [[software application]] that provides comprehensive facilities to [[computer]] [[programmers]] for [[software development]]. An IDE normally consists of at least a source code editor, build automation tools and a debugger. | An integrated development environment (IDE) is a [[software application]] that provides comprehensive facilities to [[computer]] [[programmers]] for [[software development]]. An IDE normally consists of at least a source code editor, build automation tools and a debugger. | ||
Examples | |||
[[arduino IDE]] | |||
[[Visual Studio IDE]] | |||
[[category:glossary]] | [[category:glossary]] | ||
[[category:index]] | [[category:index]] | ||
[[category:public]] | [[category:public]] | ||
Revision as of 14:10, 18 May 2023
An integrated development environment (IDE) is a software application that provides comprehensive facilities to computer programmers for software development. An IDE normally consists of at least a source code editor, build automation tools and a debugger.
Examples arduino IDE Visual Studio IDE