SitePoint Sponsor |
|
User Tag List
Results 1 to 6 of 6
Thread: Is an IDE all that helpful?
-
Apr 8, 2009, 08:56 #1
- Join Date
- Mar 2005
- Location
- Louisville
- Posts
- 103
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Is an IDE all that helpful?
I do most of my php/html/css/js coding in VIM right now. How would an IDE help me, what do they do that's more than just a text editor?
-
Apr 11, 2009, 11:56 #2
- Join Date
- Jan 2008
- Posts
- 326
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
I find an IDE useful for file management as well as many of the code completion and highlighting. I always look at it like trying to build a house with nothing but a hammer and pocket knife. You might get there eventually but the tools made for your specific need are going to do it far more efficiently.
-
Apr 11, 2009, 12:33 #3
- Join Date
- Jun 2007
- Location
- Cape Town
- Posts
- 233
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
It won't make you a better coder but code completion and highlighting will speed up the process.
-
Apr 11, 2009, 15:46 #4
I...write some code (mostly tests) hit F5 and instantly debug the code from inside the editor. If I was using a standard text editor, I would have to save it, open it into a browser or cli manually. An IDE helps greatly to streamline the process.
-
Apr 11, 2009, 16:36 #5
- Join Date
- Feb 2009
- Location
- England, UK
- Posts
- 8,111
- Mentioned
- 0 Post(s)
- Tagged
- 1 Thread(s)
The point of IDE’s is to allow you to have greater control over your code. The advantages usually include syntax highlighting, code completion, line numbering, code grouping, debugging and other things which while not helping you produce code will make your code easier to maintain, read and organise. Basically there are a lot of benefits over plaintext as it allows you to spot obvious mistakes in your code easier and it acts almost as a timesaver. Unlike WYSIWYG editors, IDE’s still make sure you do the code writing, they just make the process a bit more fluid.
-
Apr 13, 2009, 18:12 #6
- Join Date
- Jul 2008
- Location
- sudo rm -rf /
- Posts
- 386
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
With an IDE you can increase your production by around 40%, because it have code completition, error checking, and other useful tools.
Bookmarks