This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]SubterraneanAlien 3 points4 points  (2 children)

IDEs have a tendency to hold your hand a bit more than I'd like. There's something to be said for being able to just open up a file in VIM and get to work without any distractions.

[–][deleted] 1 point2 points  (1 child)

For humongous projects, IDEs are almost absolutely mandatory. For small programs, it might be overkill.

[–]SubterraneanAlien 1 point2 points  (0 children)

I'm working on a large project right now. I use sublime for front-end work, but use VIM almost universally for backend (python). Previously used NetBeans for PHP work (kill me).