View Single Post
  #2 (permalink)  
Old 05-11-2008, 04:45 AM
Xav's Avatar   
Xav Xav is offline
Code Warrior
 
Join Date: Mar 2008
Location: On God's Planet
Posts: 9,852
Last Blog:
Web slideshow in JavaS...
Rep Power: 78
Xav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud of
Send a message via MSN to Xav
Default 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.
__________________


Mr. Xav | Website | Forums | Blog
Reply With Quote