What single software development tool do you think holds the most value? - Stack Overflow most recent 30 from stackoverflow.com 2009-11-25T18:56:15Z http://stackoverflow.com/feeds/question/229762 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/229762/what-single-software-development-tool-do-you-think-holds-the-most-value 3 What single software development tool do you think holds the most value? Phobis 2008-10-23T13:44:27Z 2008-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#229769 1 Answer by Rick for What single software development tool do you think holds the most value? Rick 2008-10-23T13:46:41Z 2008-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#229774 24 Answer by Stewart Johnson for What single software development tool do you think holds the most value? Stewart Johnson 2008-10-23T13:49:26Z 2008-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#229782 2 Answer by Echostorm for What single software development tool do you think holds the most value? Echostorm 2008-10-23T13:51:46Z 2008-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#229783 7 Answer by SarekOfVulcan for What single software development tool do you think holds the most value? SarekOfVulcan 2008-10-23T13:52:11Z 2008-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#229785 7 Answer by SaaS Developer for What single software development tool do you think holds the most value? SaaS Developer 2008-10-23T13:52:16Z 2008-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#229790 3 Answer by Stewart Johnson for What single software development tool do you think holds the most value? Stewart Johnson 2008-10-23T13:52:56Z 2008-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#229791 6 Answer by Sherm Pendley for What single software development tool do you think holds the most value? Sherm Pendley 2008-10-23T13:53:01Z 2008-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#229794 1 Answer by Shane Bauer for What single software development tool do you think holds the most value? Shane Bauer 2008-10-23T13:53:16Z 2008-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#229796 4 Answer by Tom Ritter for What single software development tool do you think holds the most value? Tom Ritter 2008-10-23T13:54:07Z 2008-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#229801 0 Answer by Paul D. Eden for What single software development tool do you think holds the most value? Paul D. Eden 2008-10-23T13:55:59Z 2008-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#229804 0 Answer by Ace for What single software development tool do you think holds the most value? Ace 2008-10-23T13:56:32Z 2008-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#229805 1 Answer by Brian Schmitt for What single software development tool do you think holds the most value? Brian Schmitt 2008-10-23T13:56:33Z 2008-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#229806 4 Answer by T.E.D. for What single software development tool do you think holds the most value? T.E.D. 2008-10-23T13:56:39Z 2008-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#229807 5 Answer by edg for What single software development tool do you think holds the most value? edg 2008-10-23T13:56:46Z 2008-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#229810 10 Answer by Maglob for What single software development tool do you think holds the most value? Maglob 2008-10-23T13:57:39Z 2008-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#229812 0 Answer by Instantsoup for What single software development tool do you think holds the most value? Instantsoup 2008-10-23T13:58:07Z 2008-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#229818 3 Answer by Paul D. Eden for What single software development tool do you think holds the most value? Paul D. Eden 2008-10-23T13:59:15Z 2008-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#229820 2 Answer by bryanbcook for What single software development tool do you think holds the most value? bryanbcook 2008-10-23T13:59:36Z 2008-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#229900 0 Answer by Jon Tackabury for What single software development tool do you think holds the most value? Jon Tackabury 2008-10-23T14:18:24Z 2008-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#229933 0 Answer by Dan Goldstein for What single software development tool do you think holds the most value? Dan Goldstein 2008-10-23T14:23:11Z 2008-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#229939 1 Answer by Paul Nathan for What single software development tool do you think holds the most value? Paul Nathan 2008-10-23T14:25:05Z 2008-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#229974 3 Answer by Georg Zimmer for What single software development tool do you think holds the most value? Georg Zimmer 2008-10-23T14:31:17Z 2008-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#229985 3 Answer by BKimmel for What single software development tool do you think holds the most value? BKimmel 2008-10-23T14:34:40Z 2008-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#230024 2 Answer by Gordon Mackie JoanMiro for What single software development tool do you think holds the most value? Gordon Mackie JoanMiro 2008-10-23T14:48:27Z 2008-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#230102 0 Answer by MunkiPhD for What single software development tool do you think holds the most value? MunkiPhD 2008-10-23T15:10:24Z 2008-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#230165 0 Answer by Bryce Fischer for What single software development tool do you think holds the most value? Bryce Fischer 2008-10-23T15:24:56Z 2008-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#230166 0 Answer by Rob Prouse for What single software development tool do you think holds the most value? Rob Prouse 2008-10-23T15:25:00Z 2008-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#230216 1 Answer by steffenj for What single software development tool do you think holds the most value? steffenj 2008-10-23T15:35:54Z 2008-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#230356 1 Answer by Chris Boran for What single software development tool do you think holds the most value? Chris Boran 2008-10-23T16:13:39Z 2008-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#232764 0 Answer by Drakiula for What single software development tool do you think holds the most value? Drakiula 2008-10-24T07:35:17Z 2008-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#241227 0 Answer by Lieutenant Frost for What single software development tool do you think holds the most value? Lieutenant Frost 2008-10-27T20:10:09Z 2008-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#249420 0 Answer by for What single software development tool do you think holds the most value? 2008-10-30T06:36:18Z 2008-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#296544 0 Answer by gods1child for What single software development tool do you think holds the most value? gods1child 2008-11-17T19:14:10Z 2008-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#296569 0 Answer by joaopedro for What single software development tool do you think holds the most value? joaopedro 2008-11-17T19:19:56Z 2008-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>