What single software development tool do you think holds the most value? - Stack Overflow most recent 30 from stackoverflow.com2009-11-25T18:56:15Zhttp://stackoverflow.com/feeds/question/229762http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/229762/what-single-software-development-tool-do-you-think-holds-the-most-value3What single software development tool do you think holds the most value?Phobis2008-10-23T13:44:27Z2008-11-17T19:19:56Z
<p>Every day I realize how much I love Visual Studio for .NET development.... but, I believe that Resharper, may hold a value that surpasses Visual Studio's (I am using VS 2005 for WPF/WCF development). </p>
<p>I decided it would be great to compile a list of the most valuable tools for software development. These can be applications/plug-ins anything that you think holds GREAT value.</p>
<p>Also, please explain the benefits of the tool that you are posting.</p>
<p><strong>Resharper:</strong></p>
<ul>
<li>Intergrated Unit testing</li>
<li>"Camel Hump" code auto completion</li>
<li>Find "usings" (inverse of "Go to Deceleration")</li>
<li>Code formating and member rearranging</li>
<li>Assembly and namespace inclusion (based on your code)</li>
<li>Check for common optimizations and possible bugs in code and suggests/rewrites the code for you (things like null checking, redundant delegate creation, inverting if statements, etc...);</li>
<li>Tells you when code and be more generic (may suggest things like "use this interface instead" if your code never refers to something specific on an object)</li>
<li>Helps you see code that is not being used and will clean any unused members. </li>
<li>File structure view helps you jump around the regions of your file (this is really awesome and clean).</li>
<li>Class searching (you can use things like camel humps) Asks you which partial file to open once you find a class.</li>
<li>It also has it's own plugin support, so you can do things like FxCop, documentation and relfector (all free). </li>
<li>This thing has so much I don't think I hit 10% of it yet :) [When I get time, I will try to add more... feel free to help me out]</li>
</ul>
http://stackoverflow.com/questions/229762/what-single-software-development-tool-do-you-think-holds-the-most-value/229769#2297691Answer by Rick for What single software development tool do you think holds the most value?Rick2008-10-23T13:46:41Z2008-10-23T13:46:41Z<p><a href="http://www.testdriven.net/" rel="nofollow">TestDriven.NET</a></p>
<p>This lets you easily run (and debug) single NUnit tests from the IDE.</p>
http://stackoverflow.com/questions/229762/what-single-software-development-tool-do-you-think-holds-the-most-value/229774#22977424Answer by Stewart Johnson for What single software development tool do you think holds the most value?Stewart Johnson2008-10-23T13:49:26Z2008-10-23T13:49:26Z<p>The pencil and paper sitting next to my keyboard.</p>
http://stackoverflow.com/questions/229762/what-single-software-development-tool-do-you-think-holds-the-most-value/229782#2297822Answer by Echostorm for What single software development tool do you think holds the most value?Echostorm2008-10-23T13:51:46Z2008-10-23T15:06:58Z<p>The <a href="http://www.devexpress.com/Products/Visual_Studio_Add-in/Coding_Assistance/" rel="nofollow">CodeRush/Refactor Pro</a> addins are, I think much more robust than the Resharper et all offerings. </p>
<p>Visualization Tools - Quickly see the essence of the code you're working on because Clarity is good - Noise is bad. </p>
<p>Advanced Selection Tools - Select and radically manipulate code with efficiency, because working with selections the old-fashioned way is an exercise in tedium. </p>
<p>Clipboard Tools - The clipboard as your trusty sidekick because a smart clipboard is a whole lot better than a simple one. </p>
<p>Navigation Tools - Move through source code faster because fishing for code is a distraction that you don't have time for. </p>
<p>Code Templates - Create common code blocks fast because manually typing in all those characters of a try/catch block or a for-loop takes way too long. Cutting down on the repetition in your day can help reduce the risks of long term damage. </p>
<p>CodeRush Extensibility - The extensibility of CodeRush is it's single greatest feature because through custom extensions you can help newbies adhere to team standards, implement that great VS feature idea you had, or simply exploit all the killer plug-ins submitted by the CodeRush community. </p>
<p><img src="http://i36.tinypic.com/2yun08w.png" alt="alt text" /></p>
http://stackoverflow.com/questions/229762/what-single-software-development-tool-do-you-think-holds-the-most-value/229783#2297837Answer by SarekOfVulcan for What single software development tool do you think holds the most value?SarekOfVulcan2008-10-23T13:52:11Z2008-10-23T13:52:11Z<p>Subversion. Even if you're a solo programmer, version control is a vital tool. And WinZip is <em>not</em> a version control system. :-)</p>
<p><a href="http://subversion.tigris.org" rel="nofollow">http://subversion.tigris.org</a></p>
http://stackoverflow.com/questions/229762/what-single-software-development-tool-do-you-think-holds-the-most-value/229785#2297857Answer by SaaS Developer for What single software development tool do you think holds the most value?SaaS Developer2008-10-23T13:52:16Z2008-10-23T13:52:16Z<p>ReSharper is my #1 choice as well. This tool has so many time savers that I just can't code without it.</p>
<p>I would say #2 would be Reflector. This has given me a greater understanding of third party type systems including those in the .Net Framework.</p>
http://stackoverflow.com/questions/229762/what-single-software-development-tool-do-you-think-holds-the-most-value/229790#2297903Answer by Stewart Johnson for What single software development tool do you think holds the most value?Stewart Johnson2008-10-23T13:52:56Z2008-10-23T13:52:56Z<p><a href="http://www.nunit.org/index.php" rel="nofollow">NUnit</a>.</p>
http://stackoverflow.com/questions/229762/what-single-software-development-tool-do-you-think-holds-the-most-value/229791#2297916Answer by Sherm Pendley for What single software development tool do you think holds the most value?Sherm Pendley2008-10-23T13:53:01Z2008-10-23T13:53:01Z<p>Experience and knowledge. Seriously, tools can be immensely valuable to a skilled programmer. But despite all the marketing claims, the tool that can make up for a basic lack of skills hasn't been invented yet.</p>
http://stackoverflow.com/questions/229762/what-single-software-development-tool-do-you-think-holds-the-most-value/229794#2297941Answer by Shane Bauer for What single software development tool do you think holds the most value?Shane Bauer2008-10-23T13:53:16Z2008-10-23T13:53:16Z<p><strong>TestDriven.NET</strong>, <strong>ReSharper</strong>. You know, the usual suspects.</p>
<p>One tool, though, that I really like is <strong>VisualSVN</strong>. Being able to use Subversion from the IDE and letting it handle all the redundant tasks (such as adding, renaming, etc..) is really valuable. Zero friction. Is it most valuable? Not sure. </p>
http://stackoverflow.com/questions/229762/what-single-software-development-tool-do-you-think-holds-the-most-value/229796#2297964Answer by Tom Ritter for What single software development tool do you think holds the most value?Tom Ritter2008-10-23T13:54:07Z2008-10-23T13:54:07Z<p>My tops are Google (including MSDN and the MSDN's of each language like php.net) and a great IDE (like Visual Studio). </p>
http://stackoverflow.com/questions/229762/what-single-software-development-tool-do-you-think-holds-the-most-value/229801#2298010Answer by Paul D. Eden for What single software development tool do you think holds the most value?Paul D. Eden2008-10-23T13:55:59Z2008-10-23T15:00:31Z<p>VIM, definitely. </p>
<p>With freely available, or custom-written plugins it get's all the features of the big IDEs with none of the slowness and bloat.<br />
And it is cross-platform and can be used to develop with any language.</p>
<p>Features</p>
<p>Refactoring:
Bicycle Repair Man (bike.vim), Rope (rope.vim)</p>
<p>Autocompletion:
Omnicomplete, Supertab.vim</p>
<p>Anything Else:
Python bindings</p>
http://stackoverflow.com/questions/229762/what-single-software-development-tool-do-you-think-holds-the-most-value/229804#2298040Answer by Ace for What single software development tool do you think holds the most value?Ace2008-10-23T13:56:32Z2008-10-23T13:56:32Z<p>Any modern IDE. Where would I be without one? Not sure I'd even remember System.out.print()...</p>
http://stackoverflow.com/questions/229762/what-single-software-development-tool-do-you-think-holds-the-most-value/229805#2298051Answer by Brian Schmitt for What single software development tool do you think holds the most value?Brian Schmitt2008-10-23T13:56:33Z2008-10-23T13:56:33Z<p>I don't think the value is always just in the tool.
Rather I think the value is using the tools to their fullest capabilities. </p>
<p>You have found value in Resharper, other may not see that same value, until they understand what it is capable of.</p>
<p>I personally have found value in the DevExpress Addins (already mentioned), as well as the <a href="http://www.usysware.com/dpack/" rel="nofollow">DPack Addin</a>. Those two help enhance my effectiveness in VS. </p>
<p>I have taken the time, and continue to take time to learn new/interesting ways of using them.</p>
http://stackoverflow.com/questions/229762/what-single-software-development-tool-do-you-think-holds-the-most-value/229806#2298064Answer by T.E.D. for What single software development tool do you think holds the most value?T.E.D.2008-10-23T13:56:39Z2008-10-23T13:56:39Z<p>For me, it would be Emacs.</p>
<p>Even when I'm using VisualStudio for compiling, Emacs is my editor, and I spend nearly all day in there.</p>
http://stackoverflow.com/questions/229762/what-single-software-development-tool-do-you-think-holds-the-most-value/229807#2298075Answer by edg for What single software development tool do you think holds the most value?edg2008-10-23T13:56:46Z2008-10-23T13:56:46Z<p>Time spent thinking.</p>
http://stackoverflow.com/questions/229762/what-single-software-development-tool-do-you-think-holds-the-most-value/229810#22981010Answer by Maglob for What single software development tool do you think holds the most value?Maglob2008-10-23T13:57:39Z2008-10-23T13:57:39Z<p>Rubber duck.</p>
<blockquote>
<p>"Place a rubber duck on your monitor and describe your problems to it. There’s something magical about stating your problems aloud that makes the solution more clear." -- from the Pragmatic Progammer</p>
</blockquote>
http://stackoverflow.com/questions/229762/what-single-software-development-tool-do-you-think-holds-the-most-value/229812#2298120Answer by Instantsoup for What single software development tool do you think holds the most value?Instantsoup2008-10-23T13:58:07Z2008-10-23T13:58:07Z<p>I am going to have to go with my computer on this one.</p>
<p>After that, and on a more serious note, I'd have to say the community we work in. I know I couldn't get much done without other smart, inventive, saavy, and helpful people to bounce ideas off.</p>
http://stackoverflow.com/questions/229762/what-single-software-development-tool-do-you-think-holds-the-most-value/229818#2298183Answer by Paul D. Eden for What single software development tool do you think holds the most value?Paul D. Eden2008-10-23T13:59:15Z2008-10-23T13:59:15Z<p>GIT.</p>
<p>Git adds all the features I need and can interact easily with svn (git-svn).</p>
http://stackoverflow.com/questions/229762/what-single-software-development-tool-do-you-think-holds-the-most-value/229820#2298202Answer by bryanbcook for What single software development tool do you think holds the most value?bryanbcook2008-10-23T13:59:36Z2008-10-23T13:59:36Z<p>Despite the advances in high level languages, we still manually string code together line by line. <strong>Resharper</strong> definitely helps automate that process.</p>
<p><strong>Reflector</strong> is more of a knowledge tool, and I only crack it open when I want insights to debugging.</p>
<p>I often encourage colleagues to <em>think</em> in <strong>Notepad++</strong>, and spell out there thoughts without having to be bound to namespaces, references, etc.</p>
http://stackoverflow.com/questions/229762/what-single-software-development-tool-do-you-think-holds-the-most-value/229900#2299000Answer by Jon Tackabury for What single software development tool do you think holds the most value?Jon Tackabury2008-10-23T14:18:24Z2008-10-23T14:18:24Z<p>Visual Studio 2008 SP1 is the bees knees.</p>
http://stackoverflow.com/questions/229762/what-single-software-development-tool-do-you-think-holds-the-most-value/229933#2299330Answer by Dan Goldstein for What single software development tool do you think holds the most value?Dan Goldstein2008-10-23T14:23:11Z2008-10-23T14:23:11Z<p>Technically, tools that cost money should not be considered as answers. You can't beat the infinite value of free tools.</p>
http://stackoverflow.com/questions/229762/what-single-software-development-tool-do-you-think-holds-the-most-value/229939#2299391Answer by Paul Nathan for What single software development tool do you think holds the most value?Paul Nathan2008-10-23T14:25:05Z2008-10-23T14:25:05Z<p>A debugger with the ability(when a break is sent) to view the values of variables/pointers and that can print out the call stack.</p>
<p>If I can view the value of a function and how the program got into the scope it did, I can debug pretty much anything with some time and patience.</p>
http://stackoverflow.com/questions/229762/what-single-software-development-tool-do-you-think-holds-the-most-value/229974#2299743Answer by Georg Zimmer for What single software development tool do you think holds the most value?Georg Zimmer2008-10-23T14:31:17Z2008-10-23T14:31:17Z<p>Eclipse! (Java, Pydev, PDT!, UML, etc.. etc..)</p>
http://stackoverflow.com/questions/229762/what-single-software-development-tool-do-you-think-holds-the-most-value/229985#2299853Answer by BKimmel for What single software development tool do you think holds the most value?BKimmel2008-10-23T14:34:40Z2008-10-23T14:34:40Z<p>Headphones and gangster rap.</p>
<p>I don't even listen to rap when I'm not programming...maybe it's the "violence" in the lyrics or the bass keeping me on track, but it seems to heighten the senses and I swear I make less mistakes when I'm listening to old-school Tupac or Eazy-E.</p>
<p>I know it's not normal, but try it.</p>
http://stackoverflow.com/questions/229762/what-single-software-development-tool-do-you-think-holds-the-most-value/230024#2300242Answer by Gordon Mackie JoanMiro for What single software development tool do you think holds the most value?Gordon Mackie JoanMiro2008-10-23T14:48:27Z2008-10-23T14:48:27Z<p>Another pair of eyes...</p>
<p>Getting someone else to look at your code - whether it is to break a blocking issue you have with what you are developing or doing a code-review before a critical check-in, other peoples' input into your thought process can be invaluable.</p>
http://stackoverflow.com/questions/229762/what-single-software-development-tool-do-you-think-holds-the-most-value/230102#2301020Answer by MunkiPhD for What single software development tool do you think holds the most value?MunkiPhD2008-10-23T15:10:24Z2008-10-23T15:10:24Z<p>Visual Studio by far. It works, bottom line. I've used a gawd awful amount of IDEs for different languages, platforms, etc before, but nothing puts everything so nicely into one package -- yet simple.</p>
<p>It's like a car, you can have all the bling on the outside, or you can have it under the hood. Visual Studio puts it all where it matters, under the hood -- where you can tweak it and have it do what you want it to do, and its not just some shotty thing that looks cool.</p>
http://stackoverflow.com/questions/229762/what-single-software-development-tool-do-you-think-holds-the-most-value/230165#2301650Answer by Bryce Fischer for What single software development tool do you think holds the most value?Bryce Fischer2008-10-23T15:24:56Z2008-10-23T15:24:56Z<p>I tried Resharper, but found it a little odd. I guess I have gotten used to Code Rush and the way it does things. </p>
<p><a href="http://www.nunit.org/index.php" rel="nofollow">NUnit</a> and <a href="http://ayende.com/projects/rhino-mocks.aspx" rel="nofollow">Rhino Mocks</a> for me</p>
http://stackoverflow.com/questions/229762/what-single-software-development-tool-do-you-think-holds-the-most-value/230166#2301660Answer by Rob Prouse for What single software development tool do you think holds the most value?Rob Prouse2008-10-23T15:25:00Z2008-10-23T15:25:00Z<p><strong>Resharper</strong> is also my #1. I also couldn't get by without <strong>TestDriven.NET</strong>. SlickEdit's free <strong>SlickEdit Gadgets for Visual Studio</strong> also adds some nice formatting options.</p>
<p>Source control is a must. I use SVN on a Linux server, but if you have a Windows server, check out the free <strong>VisualSVN Server</strong> and buy the <strong>VisualSVN</strong> source control plugin for Visual Studio.</p>
http://stackoverflow.com/questions/229762/what-single-software-development-tool-do-you-think-holds-the-most-value/230216#2302161Answer by steffenj for What single software development tool do you think holds the most value?steffenj2008-10-23T15:35:54Z2008-10-23T15:35:54Z<p><strong>Visual Assist anyone?</strong></p>
<p>I would have picked source control first but that's already been mentioned.</p>
http://stackoverflow.com/questions/229762/what-single-software-development-tool-do-you-think-holds-the-most-value/230356#2303561Answer by Chris Boran for What single software development tool do you think holds the most value?Chris Boran2008-10-23T16:13:39Z2008-10-23T16:13:39Z<p>A white board - I am such a visual thinker that I have to draw everything. I prefer a white board because I can share with many people, quickly erase and redraw, and even leave it on my wall for a while as a reminder.</p>
http://stackoverflow.com/questions/229762/what-single-software-development-tool-do-you-think-holds-the-most-value/232764#2327640Answer by Drakiula for What single software development tool do you think holds the most value?Drakiula2008-10-24T07:35:17Z2008-10-24T07:35:17Z<p><br /><strong>Notepad++</strong> - advanced free text
editor with lots of functionality;
<br />
<br /><strong>VisualSVN Server</strong> as SVN server
<br /><br /><strong>RapidSVN</strong> as SVN client;
<br /><br />
<strong>DebugView</strong> for capturing System.Diagnostics output.
<br /><br />
<strong>Reflector</strong> for inspecting managed libraries/applications.</p>
<p><strong>Intellij IDEA</strong> and <strong>Eclipse</strong> as IDEs for Java;</p>
<p>For the moment, I think R# is really slowing down Visual Studio, will not use it for the moment.</p>
<p>And finally <strong>Visual Studio 2008 SP1</strong>. Could not live without it.</p>
http://stackoverflow.com/questions/229762/what-single-software-development-tool-do-you-think-holds-the-most-value/241227#2412270Answer by Lieutenant Frost for What single software development tool do you think holds the most value?Lieutenant Frost2008-10-27T20:10:09Z2008-10-27T20:10:09Z<p><strong>Coffee.</strong> And I'm dead serious when I say this - a walk down to the breakroom for a cup of coffee provides me enough time to get away from my desk and muse over any problems I might be running into.</p>
http://stackoverflow.com/questions/229762/what-single-software-development-tool-do-you-think-holds-the-most-value/249420#2494200Answer by for What single software development tool do you think holds the most value?2008-10-30T06:36:18Z2008-10-30T06:36:18Z<p>Instead of using VS.NET for testing some pieces of code Snippet Compiler is the best <a href="http://tech.wowkhmer.com/post/2008/10/29/Compile-and-Test-NET-Code-Snippet-Without-Saving.aspx" rel="nofollow">http://tech.wowkhmer.com/post/2008/10/29/Compile-and-Test-NET-Code-Snippet-Without-Saving.aspx</a></p>
http://stackoverflow.com/questions/229762/what-single-software-development-tool-do-you-think-holds-the-most-value/296544#2965440Answer by gods1child for What single software development tool do you think holds the most value?gods1child2008-11-17T19:14:10Z2008-11-17T19:14:10Z<p>1) Google Code Search (saves me unbelievable amounts of time)</p>
<p>2) ThinkingRock (<a href="http://www.thinkingrock.com.au/" rel="nofollow">http://www.thinkingrock.com.au/</a>). It's a free tool that allows me to create my todo lists using the GTD ('Getting Things Done') system. Initially I thought it was overkill (compared to my trusty paper and pencil) but I've kinda gotten used to the system forcing me to think through my task rather than just taking a crack at some random task that's been floating around in my head.</p>
<p>3) GOOD sleep. I've often been stumped by design decisions and slept on them only to wake up with the "Oh that's just so obvious" thought. </p>
http://stackoverflow.com/questions/229762/what-single-software-development-tool-do-you-think-holds-the-most-value/296569#2965690Answer by joaopedro for What single software development tool do you think holds the most value?joaopedro2008-11-17T19:19:56Z2008-11-17T19:19:56Z<p>Geany I think. I use it to write my code, to think my code and I use is interface to compile my code. So what can I want more?</p>