What tools should every programmer know?

Posted by acidzombie24 on Programmers See other posts from Programmers or by acidzombie24
Published on 2010-09-22T00:52:17Z Indexed on 2011/02/12 7:32 UTC
Read the original article Hit count: 299

Filed under:

What are some tools every programmer know about? Some examples i thought were

  • Source control. (No explanation needed)
  • Profiler. Many could go without but its good to know how to use one when the occasion arise

What else? I was thinking a bug report software but i havent used one so i wasnt sure. Should programmers know how to use TRAC? I remember in the past a person telling me if i was making a shared library i should know (Some Name) which generates docs from the source (in that case C++). What was that called and what else should i know about?

-edit- what about team management software? any software you could not live without in a specific project would be a good mention. I'll also mention i use VMs frequently during the prototype or end phase to see if there are any issues on a clean XP or linux distro and if i forgot anything in my redistribution. I cant imagine the end/release and testing phase of a project without a VM.

© Programmers or respective owner

Related posts about tools