Friday, 2 August 2013

IDE in programming

IDE is abbreviated to Integrated Development Environment or Interactive Development Environment.
Many programmers like coding with a basic editor and compile with command line and debug with print values, but I'm a programmer like the convenience and performance, I am always looking for good IDEs to get the code faster and more simple fixes. This is really good for big projects.

The criteria of me for finding IDEs are:
  • Format code
  • Autocomplete code
  • Support debug
  • Support view document of functions, methods
  • preferably free
  • And other criteria like nice interface, keyboard shortcut, cross-platform ...
And after articles with tag IDE, I will share good IDEs (or text editor support code) I used.

No comments:

Post a Comment