vote up 80 vote down star
53

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 2 3 4 5 7 next
vote up 1 vote down

Vim

For shear text processing it cant' be beat. If only I could vim style modal editing with an IDE.

Perl

Because automating repetitive tasks is something all programmers have to do.

Google

Because for 99.9% of your problems someone else has already experienced it and has useful advice.

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

Unlocker. Why Windows chooses to lock random files I will never understand. Nor do I need to care anymore with Unlocker.

link|flag
vote up 0 vote down

KomodoEdit
Google
VirtuaWin (virtual desktop, just like in Linux)

link|flag
vote up 0 vote down

Shortcuts on my Keyboard
Don't use the mouse --> makes you slow :-)

in addition to Carl Vondrick (Keyboard)

link|flag
vote up 0 vote down

flat assembler, an Open source assembly language compiler.

link|flag
vote up 0 vote down

Internet is probably easily one of the best tool though it can be a double-edged sword as you shouldn't refer to it for every problem. Sleep (bed?) is also pretty useful or any time (?) away from the computer really helps in seeing a new perspective.

link|flag
vote up 0 vote down

Redbull in non-stop coding nights, and Coffee in regular days ;)

link|flag
vote up 0 vote down

Again, whiteboard.

But here's the thing... I work from home. And I rent. So every time we have a property inspection (about once every 3 months) I have to take it down, plug up the holes with Spackling paste, and then very carefully mix various shades of tester paint to decieve the property inspector in to being none the wiser. Muhaha!

So worth it.

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

System.out.println (or whatever the print statement in your language of choice)

link|flag
vote up 1 vote down

Redgate SQL Compare. Sort of DiffMerge for MS SQL databases

link|flag
vote up 2 vote down

My non-programming partner for giving me something other than work to talk about when I get home. (damn I'm single, better get back in the partner game).

link|flag
vote up 0 vote down

MSN Messenger - Boy people must hate me by now :D

-- ofc, when that doesn't help Ill go seach SO, then google, and if I still haven't found my answer, Ill ask on SO :)

link|flag
vote up 34 vote down

Since I need all the help I can get... I have an extra braincell brain cell

link|flag
3  
giantmicrobes.com they have an entire series of things that are guarenteed to make your coworkers just stop and shake their heads :) – Christopher Klein Apr 1 at 12:45
show 3 more comments
vote up 0 vote down

stackoverflow.com

link|flag
vote up -1 vote down

All the childs friend

www.google.com

link|flag
vote up 0 vote down

Visual Studio

QFT

link|flag
vote up 3 vote down

The floor. I like to do push-ups throughout the day to keep my blood flowing.

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

Alt + Tab

Window + D

Window + R

Google

link|flag
vote up 1 vote down

That supercomputer inside my head...

It is: Faster, more powerful and more reliable than any silicone based computer or, any array of silicone based computers.

Prove It? Vast neural network with 200 trillion trillion nodes. Mutiliple (in the thousands at least) parallel processes in real time. Superior image recognition. Superior cognitive ability. Superior speech recognition (English, Basic, Sql, C++, C#, VB and some assembler). Excellent motor controller. Multiple years of service (50+). Low maintenance. It does require downtime every day and a subsequent re-boot in the morning. Analog design (superior to digital, we just never figured out how to do it in silicone).

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

I have to second the whiteboard. I realised when I saw this Dilbert cartoon how much I've come to rely on drawing on a whiteboard as a supplement to the essential hand-waving that characterizes the design discussions we have on our team.

link|flag
vote up 3 vote down

The compile error, since I am dyslectic.

link|flag
vote up 1 vote down

LINQPad :D

link|flag
vote up 1 vote down

for , next and repeat , until loops are my favourite...

link|flag
vote up 30 vote down

intellisense

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

juggling balls for thinking... and a chair for when compiling.

link|flag
vote up 1 vote down

Backspace, the key that I type the most.

link|flag
vote up 9 vote down

Resharper

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

Ctrl + Z.

Dear GOD. CTRL + Z! CTRL + Z! CTRL + Z!

NOOOOOOOOOOOOOOOOOOOOOOOOOOOO!

link|flag
5  
Yeah. Ctrl+Z is very handy to drop to a shell without actually having to start one. But sometimes I just forget that vim is still sleeping in the background. :) But I think you refer to this combination in another context, don't you? – pi Apr 1 at 8:00
2  
I think you mean C-_ – Adam Rosenfield Apr 12 at 17:13
16  
I use this in crazy ways. Like undoing dozens of steps to find some code that I deleted, copying it, then redoing all those steps again and pasting it back. Though it sometimes backfires if I accidentally hit a key and insert text :( – DisgruntledGoat May 13 at 23:36
6  
@DisgruntledGoat We definitely need "History palette" in our IDE, like one in Photoshop :) – Kuroki Kaze May 27 at 10:08
show 3 more comments
vote up 1 vote down

Syntax Highlighting / Coloring

Good syntax highlighting can speed up the learning of a language, visually filter content, and also gives code a kind of beauty.

link|flag
vote up 5 vote down

Oh, also, Stress Boob.

My girlfriend got me a pair some time ago. One has sadly exploded all over my keyboard since. Now I am less... agressive with the other. :)

link|flag
show 5 more comments
prev 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.