The word IDE is short for Integrated Development Environment. An IDE is a software that contains;
*
A text editor
*
A debugger
*
An
interpreter/compiler
However, it may even be a single
software that can be used for both coding and debugging and which can compile
or interpret. An IDE is sometimes called an IDLE, which is also from Integrated DeveLopment Environment.
0 Comments