vote up -2 vote down star

Over the years of being a developer, I constantly keep changing which tools I use for development. Some get old and no longer work like they used to, or are replaced with shiny new tools. Sometimes someone on a blog (or stack overflow) points me to a new tool I'd never heard of which is extremely helpful.

So I want to ask you: What is the single most useful tool you use in development?
It could be a framework, like jQuery, an IDE like Netbeans, or a plugin on firefox like Firebug. What tool has made you a more capable programmer, and/or improved your efficiency and code quality?

flag
Sorry if this has been asked before, I searched for a question like it, but was unable to find anything. – Malfist Jun 2 at 13:14
4  
I think this question is too broad. You should narrow it down. You'll likely find more existing questions if you look for the narrower scope. – John Saunders Jun 2 at 13:15
2  
possible duplicate:stackoverflow.com/questions/700205/… – Naveen Jun 2 at 13:20
1  
Argumentative & subjective as well. – Richard Jun 2 at 13:26

closed as subjective and argumentative by aleemb, Jon B, Richard, LFSR Consulting, Rich B Jun 2 at 18:07

10 Answers

vote up 10 vote down

My brain .

link|flag
I wondered how long it would take someone to answer with this ;) – Malfist Jun 2 at 13:16
Hey, mine too !! – Berzemus Jun 2 at 13:20
1  
I would add: my brain and the other team members' brains :) – Cătălin Pitiș Jun 2 at 13:20
can I have that?? – Naveen Jun 2 at 13:21
7  
Is it open source? – cwap Jun 2 at 13:26
show 1 more comment
vote up 3 vote down

Here is a great list for Windows developers.

Scott Hanselman's 2007 Ultimate Developer and Power Users Tool List for Windows:

Everyone collects utilities, and most folks have a list of a few that they feel are indispensable. Here's mine. Each has a distinct purpose, and I probably touch each at least a few times a week. For me, util means utilitarian and it means don't clutter my tray. If it saves me time, and seamlessly integrates with my life, it's the bomb. Many/most are free some aren't. Those that aren't free are very likely worth your 30-day trial, and perhaps your money.

link|flag
holy cow, that's an extensive list! – Malfist Jun 2 at 13:22
vote up 2 vote down

Firebug as Javascript debugger and IntelliJ IDEA as JavaScript editor.

link|flag
vote up 2 vote down

Visual Studio

link|flag
vote up 1 vote down

some useful links here http://stackoverflow.com/questions/527232/ide-for-php-closed

link|flag
vote up 1 vote down

aptana IDE, visual studio, Firefox, firebug and a good ssh client like 'secure shell', Photoshop, and last but certainly not least Flashdevelop

link|flag
vote up 0 vote down

The best tool is the one that I'm most familiar with that helps me complete the specific task I'm undertaking in the least possible time, with the least possible effort, at the lowest cost and the highest quality. I don't have a single tool for all tasks so it's tough.

I probably use VS2k8 Pro more than anything and it's certainly one of the better tools I have to hand.

link|flag
vote up 0 vote down

IDE of course, since I was java developer Eclipse + WTP is cool enough

link|flag
vote up 0 vote down

The best tool is one that you really know how to use.

Take Eclipse for example (please note that I am not saying that Eclipse is the best tool - I'm just using it as an example). It's considered to be very useful by many of it's advocates. But if you're not familiar with how to use it, it won't get you anywhere. But once you know about workspaces and projects, know how to use views and all the shortcut keys, it becomes more and more valuable to you.

So what I'm trying to say is that switching tools without need may not be the best idea. Try to learn how to use the tools you already have and you will benefit from that more than by searching for the best tool and then only using a fraction of its features.

link|flag
vote up -1 vote down

There really isn't just one. Think about it.

The editor. The language. An input device (just to stop anyone suggesting they wouldn't need a keyboard because they could voice or OCR in their code)? Some sort of compiler be that a VM, interpreter or machine-code compiler?

I couldn't do any sort of programming without any of those.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.