vote up 80 vote down star
56

What is the one "thing" (physical object, tool, software package, person, etc.) that is most indispensable to you as a programmer?

I will get the ball rolling by stating that I have long considered a whiteboard to be a programmer's best friend.

flag
19  
I don't see why questions that have "run their course" should be closed (and eventually deleted). Especially with so many contributers as in this case. Voting for reopen. – Fabian Steeg Apr 27 at 8:17
5  
If you are a sort of new programmer these type of posts can provide very useful resources for you - of course you have to wade through the weed, beer and soda posts! But I say leave it open. – MostlyLucid May 2 at 10:51
show 8 more comments

196 Answers

prev 1 3 4 5 6 7
vote up 6 vote down

Caffeine, a debugger, and google.

link|flag
vote up 24 vote down

My peanut sized brain.

link|flag
vote up 44 vote down

Emacs.

I'm impressed with some of the magic that IDEs can do now but for pure text manipulation Emacs always come out on top.

And I'd be lying if I said I didn't like the fact that most people are scared of it. :-)

link|flag
1  
Because the people that know how to edit text are writing emacs and vim, not Super Shiny IDE 4.0. – jrockway Aug 8 at 1:27
show 2 more comments
vote up 124 vote down

My keyboard. For without my keyboard, I am speechless.

link|flag
5  
ever tried to code with Dragon Naturally speaking ? – Newtopian Apr 1 at 2:47
1  
+1: I have the clickiest keyboard. I can't live without it! – Anthony Cuozzo Apr 1 at 3:49
3  
@Newtopian - I tried it with the Office speech recognition (dictation). Yikes! "Undo, that!" became "undue hat"... – Lucas Jones Apr 13 at 9:50
show 2 more comments
vote up 8 vote down

Stackoverflow and IRC chats any day . Google helps you find these appropriate places.

link|flag
vote up 10 vote down

A very close second for me is an IDE with good intellisense. There is no better starting point for understanding existing code than to type a dot :)

link|flag
vote up 15 vote down

Perl.

Even when I'm working in another language, I like to automate tasks, and I haven't bothered to learn all the intricacies of bash syntax to use a real shell script. So I turn to Perl, and it's always there for me. It lets me call out to shell commands when I need to, but still allows me to process variables like a real programming language.

It has tons of nice syntactic sugar, like regular expressions, that make some things so much easier (even if it's a little bit dense to read the first time). I use it for any moderately-complicated task that I need (or want) to automate, and since it was my first programming language, it's much more natural to me than using shell scripts.

Plus, I can usually get things done very quickly.

Who needs to update a Makefile every time you add an important new file to a rapidly growing project when you can just glob("*.c") to get a list of all your C files, no matter what you've added or taken out?

It has some of the most useful parts of shell syntax, but in a real, actual programming language.

link|flag
show 6 more comments
vote up 40 vote down

jQuery .. finally i can do magic on web pages

Oh and Firebug too .. of course..

link|flag
show 1 more comment
vote up 47 vote down

A good diff tool, like Beyond Compare

link|flag
2  
Agreed. Although Araxis Merge is my favorite. araxis.com/merge – Dan Esparza Aug 17 at 19:36
show 5 more comments
vote up 43 vote down

The yellow rubber ducky that sits next to my monitor

link|flag
2  
I have a blue "trouble" duck on my desk. It gets past around to whichever person last broke our automated build. – Ryan Taylor Apr 21 at 0:55
show 11 more comments
vote up 4 vote down

A good IDE with decent refactoring and debugging capabilities.

link|flag
vote up 70 vote down

Visual Studio.

link|flag
4  
Especially Intellisense! – TJB Apr 1 at 1:44
2  
Intellisense make me feel like I do pair programming all the time:) – dr. evil Apr 1 at 16:14
1  
Argh. If visual studio wasn't so slow and bloated and crashy, I'd have upvoted it, but it's bad enough to make me want to manually create msbuild files and just code in E :-( – Orion Edwards Apr 2 at 1:14
1  
@Jader I have a quad core machine with 4Gb of RAM, and guess what, Visual Studio can still be very very slow (without taking any CPU) and hangs at least twice a day. – Checkers Oct 25 at 2:06
show 3 more comments
vote up 36 vote down

Google , my programming related books and recently Stackoverflow became my best buddy!

link|flag
show 1 more comment
vote up 81 vote down

Regular Expressions. I have no idea what I would do if I didn't know them (since Google is no help here).

link|flag
7  
I agree, they should teach regular expressions in elementary school right after teaching how to read and write. – DrJokepu Mar 31 at 13:20
24  
...so now you have two problems... – JesperE Mar 31 at 19:21
1  
Me too, they are great for what they do, but I rarely need to use them. – Ed Swangren Aug 11 at 22:57
1  
For all the cases where regular expressions are useless, give me irregular expressions. – outis Sep 25 at 7:35
show 1 more comment
vote up 120 vote down

Coffee. .....

link|flag
1  
Temperature is the difference; unless you enjoy piping hot coke ;) – Nick Josevski Mar 31 at 6:25
2  
Diet coke has aspartame which causes cancer. Coffee has antioxidants, which helps to fight against cancer. – Kibbee Mar 31 at 19:02
1  
coffe's bad for your health – Newtopian Apr 2 at 5:33
6  
after using coffe for a while, you need the coffee boost just to get up to the normal level of boostieness. kind of how you get hooked on it... personally I prefer to stay naturally at the normal level. and drink lots of water to keep the system clean and ready to work :) End up with some toilet breaks if you drink a lot of it, but you are really supposed to take a 5 min break from the screen every hour anyways right? =) – Svish Apr 23 at 6:21
show 10 more comments
vote up 7 vote down

It's my 13-inch MacBook that I carry with me everywhere I go

link|flag
show 1 more comment
prev 1 3 4 5 6 7

Your Answer

Get an OpenID
or

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