software: when to pay, when to use free? - Stack Overflow most recent 30 from stackoverflow.com2009-12-02T01:44:09Zhttp://stackoverflow.com/feeds/question/17549http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/17549/software-when-to-pay-when-to-use-free3software: when to pay, when to use free?Mark Harrison2008-08-20T08:01:25Z2008-08-22T00:41:44Z
<p>What are your criteria when evaluating free vs pay software? Which is your "default" choice?</p>
<p>update: Is the answer different for application and development software?</p>
http://stackoverflow.com/questions/17549/software-when-to-pay-when-to-use-free/17552#175522Answer by Gishu for software: when to pay, when to use free?Gishu2008-08-20T08:03:22Z2008-08-20T08:03:22Z<p>Pay when you are convinced of the value you'll obtain from the software..
AND you can't get it for free legally
AND you can afford it.
Complex decision really... It depends.</p>
http://stackoverflow.com/questions/17549/software-when-to-pay-when-to-use-free/17554#175541Answer by Vaibhav for software: when to pay, when to use free?Vaibhav2008-08-20T08:05:06Z2008-08-20T08:05:06Z<p>Free.. if it does what you need.</p>
http://stackoverflow.com/questions/17549/software-when-to-pay-when-to-use-free/17556#1755611Answer by Cristian for software: when to pay, when to use free?Cristian2008-08-20T08:06:10Z2008-08-22T00:41:44Z<p>Based on <a href="http://www.joelonsoftware.com/articles/fog0000000043.html" rel="nofollow">Joel's Steps to Better Software</a> you should buy the best tools money can buy. If you can afford a better tool you should go for it. If the best tool (in your opinion) is free, all the better.</p>
<p>I'm assuming you're talking about development software since this is Stack Overflow.</p>
<p>The answer shouldn't be any different for normal applications. When you get down to it a computer is a tool to make your life easier or more efficient. Any application you run is essentially a tool and you should try to get the best tool you can afford. People obviously can't always buy the best, most expensive application each time so the highest priority are the apps you use most often or help you make money. :) Since we're all developers the most important apps are the ones we use for development.</p>
http://stackoverflow.com/questions/17549/software-when-to-pay-when-to-use-free/17558#175584Answer by Jon Limjap for software: when to pay, when to use free?Jon Limjap2008-08-20T08:07:48Z2008-08-20T08:07:48Z<p>Get the software that <em>is the best tool for the job at hand</em>; it's irrelevant whether it's free or expensive, open source or proprietary.</p>
http://stackoverflow.com/questions/17549/software-when-to-pay-when-to-use-free/17590#175901Answer by geocoin for software: when to pay, when to use free?geocoin2008-08-20T08:26:47Z2008-08-20T08:26:47Z<p>Generally at home, I'll use free (VS express editions) or FOSS (codeblocks) where possible as I don't do commercial dev there. at the office though, I push for the enterprise editions (or whatever the premium product is) as speed/productivity matters.
I'm currently trying to convince a new dev team that incredibuild will be a cost effective solution, where currently a full build takes 40 mins on a standalone dual core workstation</p>
http://stackoverflow.com/questions/17549/software-when-to-pay-when-to-use-free/17647#176471Answer by Rob Cooper for software: when to pay, when to use free?Rob Cooper2008-08-20T09:20:33Z2008-08-20T09:20:33Z<p>I think its down to a simple cost/benefit..</p>
<p>If its free and does what you need it to do, great!
If it costs money, but does everything you need it to do, great!</p>
<p><strong>DON'T</strong> get something jsut because it is free and saves money. Often time can be more expensive than a bit of software.</p>
<p><strong>DON'T</strong> get a bit of expensive software because it is from "X".. Just because it is expensive, it doesn't mean it will do what you need it to..</p>
<p>Check out various products, see what works and go with it! Cost or no cost! (I see costly software as an <em>investment</em> )</p>