Re: Are IDEs required?
Using an IDE makes it easier to make your code. It offers advanced features such as syntax highlighting, error checking, and even pop-up lists that show you all the possible objects you can type. It offers debugging tools, so you can easily execute your code line by line, to see where you went wrong. Lots of reasons.
|