Java Term of the Week: IDE
An IDE can be a programmer’s best friend. If it’s well designed it can help minimise the time it takes to develop an application. IDE stands for “Integrated Development Environment”. An IDE groups together all the tasks needed for programming in one environment. It provides a way to edit, compile, debug and test programs.
However, if you are new to programming Java, think twice before using an IDE. While the Java syntax is unfamiliar and you’re still learning the basics, it can be a good idea to initially stick with a text editor. An IDE tends to be a complex piece of software with a multitude of options. It's best to avoid having to learn how to use a new application as well as a new programming language. There's no need to complicate things until you are ready to benefit from the features an IDE provides.


Comments
No comments yet. Leave a Comment