vote up 81 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

195 Answers

1 2 3 4 5 7 next
vote up 477 vote down check

Google

link|flag
66  
And then, for annoying your coworkers... lmgtfy.com :) – Arafangion Mar 31 at 7:16
36  
Thanks for the link - I'll check this out! – Aardvark Mar 31 at 13:15
1  
I've started taking the term "Googlian Monk" a little too literally when I start looking for code help. See comics.com/get_fuzzy/2006-10-12 for the details. – Dillie-O Mar 31 at 19:41
5  
+1 for lmgtfy.com... love it – Andrew Mar 31 at 23:41
show 17 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
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 82 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
8  
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 2 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 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 4 vote down

A good IDE with decent refactoring and debugging capabilities.

link|flag
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
1  
@Ryan: does that mean you're currently in trouble? – outis Sep 25 at 7:36
show 10 more comments
vote up 48 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 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 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 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 8 vote down

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

link|flag
vote up 125 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 46 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 24 vote down

My peanut sized brain.

link|flag
vote up 6 vote down

Caffeine, a debugger, and google.

link|flag
vote up 33 vote down

Eclipse .^_^.

Cause it makes me as productive as it makes me unproductive. It is where I zip by some tasks in a jiffy without taking any of it`s procrastinatic capability "there gotta be a plugin that does that" and boom... where did that sunny friday afternoon go !!

thoug on the serious side

+1 for google +1 for rubber ducky (gotta get me a new one) and +1 for Stack overflow with much the same reasonign as eclipse though !

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

Visual Studio, Google, CodeProject.com, people smarter than myself (not too rare, sadly :P ) and recently StackOverflow.

link|flag
vote up 15 vote down

Of course my notebook(both paper based and electronic circuits based)

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

Ergonomic keyboard and chair.

I don't care how good the software is, if I'm uncomfortable, I can't concentrate.

link|flag
vote up 6 vote down

Eclipse, GVIM and visio. And now-a-days collabnet Subversion.

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

google, IDE with good intellisense and stackoverflow community

link|flag
vote up 8 vote down

A good version control system.

link|flag
vote up 51 vote down

GVIM.

The feature that I use most frequently is its default auto-completion and splitting the windows to view the source and the header file side by-side.

link|flag
4  
+1 but the leading G is superfluous - Vim is awesome! – Paul Ivanov Apr 6 at 5:33
show 4 more comments
vote up 8 vote down

God (i'm just being grateful;)

link|flag
1  
Faith is belief in the absence of evidence. Profound faith is belief DESPITE evidence. There is another word for this but if I tell you what it is, some bible basher will no doubt be offended. – Peter Wone Apr 1 at 11:12
show 6 more comments
vote up 101 vote down

My headphones, to create a quiet place.

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

Total Commander is indispensable for all the file system stuff needed when programming (creating/browsing directory structures, copying, moving and deleting files, launching/opening/finding files)

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

My Visual Studio action figure :)

Some pic

link|flag
show 2 more comments
vote up 7 vote down

IDE(vim)

version control system(Git)

Google

link|flag
show 2 more comments
1 2 3 4 5 7 next

Your Answer

Get an OpenID
or

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