+ 1
What is IDE ?
Please give short explain..
2 Antworten
+ 3
An integrated development environment (IDE) is a software suite that consolidates basic tools required to write and test software.
Developers use numerous tools throughout software code creation, building and testing. Development tools often include text editors, code libraries, compilers and test platforms. Without an IDE, a developer must select, deploy, integrate and manage all of these tools separately.
More on this site:
https://searchsoftwarequality.techtarget.com/definition/integrated-development-environment
Thanks