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.
|
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. |
||||||||
|
|
|
|
||||||||||||||||
|
|
|
A second monitor. Really, I can't stress how useful it is to be able to google for help or read documentation on one screen while simultaneously being able to see your code on the other. |
||||||||||||
|
|
|
Source Control System |
||||
|
|
|
My keyboard. For without my keyboard, I am speechless. |
||||||||||||
|
|
|
Coffee. ..... |
||||||||||||||||
|
|
|
Ctrl + Z. Dear GOD. CTRL + Z! CTRL + Z! CTRL + Z! NOOOOOOOOOOOOOOOOOOOOOOOOOOOO! |
||||||||||||||||
|
|
|
My headphones, to create a quiet place. |
|||
|
|
Regular Expressions. I have no idea what I would do if I didn't know them (since Google is no help here). |
||||||||||||||||
|
|
|
Visual Studio. |
||||||||||||||||
|
|
|
Colleagues because talking with them always gives me a chance at better understanding what I'm doing. |
|||
|
|
|
|
my girlfriend. because she doesn't know anything about programming, so i have every evening to explain to her what i did the day in a way she understands my work. |
||||||||||||||||||||
|
|
|
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. |
||||
|
|
|
A good diff tool, like Beyond Compare |
||||
|
|
|
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. :-) |
||||
|
|
|
The yellow rubber ducky that sits next to my monitor |
||||
|
|
|
Notepad++ I wish the shortcuts and extra text editing functions were available in text fields across the whole operating system! In fact, they would make a great addition to IDEs such as Visual Studio, Eclipse and Netbeans. Duplicate Current Line Ctrl + D Delete Current Line Ctrl + L Move Current Line Up Ctrl + Shift + Up Move Current Line Down Ctrl + Shift + Down |
||||||||||||
|
|
|
|
|||
|
|
Google , my programming related books and recently Stackoverflow became my best buddy! |
|||
|
|
Since I need all the help I can get... I have an extra braincell
|
||||
|
|
|
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 ! |
|||
|
|
My dog. I take her for a walk when I need to clear my head, or get a fresh view on things. She takes me for a walk when I've been sitting too long in front of the computer. |
||||
|
|
|
intellisense |
|||
|
|
My peanut sized brain. |
|||
|
|
|
|
vim, my vim configuration file, google, stackoverflow, my laptop and all my previous code. You cannot imagine how many times you have to solve the same problem again and again. |
||||||||
|
|
|
My Internet connection This gives me all the goodies I need
Without it I'm helpless & useless. (How did I do that in pre 1998?? Oh yes: the magic MSDN library on CD) |
|||
|
|
Ergonomic keyboard and chair. I don't care how good the software is, if I'm uncomfortable, I can't concentrate. |
|||
|
|
|
|
Of course my notebook(both paper based and electronic circuits based) |
|||
|
|
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 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 It has some of the most useful parts of shell syntax, but in a real, actual programming language. |
|||