vote up 25 vote down star
4

As I wrote the title to this question, I reworded it a handful of times because I'm hoping to get good, well thought out feedback from the community. Not just "off the cuff" answers of emotion.

Over the span of my career, I've been witness to, and a part of, many situations where there was a need for a particular software tool. However, the people involved were only looking for "free" solutions. Even though there were well know, well respected, and highly polished tools right in front of them (metaphorically speaking). The single con that these solutions had was that they had a price tag. Maybe $9. Maybe $9000. (usually on the low end of that scale)

So, "Why are developers generally opposed to purchasing software tools?".

Assume that:

  • The tool that is needed does not have any FOSS solution available.
  • We're talking about products that sell for less than $100, as these are the tools that seem to encounter the most resistance. The decision to purchase more expensive software, like Visual Studio, tends to be easier because a business is usually making the purchase. For the sub $100 tools, it's usually an individual developer.
flag
2  
"assume that the tool that is needed does not have any FOSS solution available." -- is this a rational assumption? particularly over, say, the next year? or 5 years? or 10 years? – Jeff Atwood Jul 20 at 10:42
1  
It should be on StackOverflow instead because it is a question about programmers, should probably let the programmers answer it. – Chacha102 Jul 20 at 22:27
3  
Look down...... – Skilldrick Jul 21 at 12:52
show 4 more comments

migrated from superuser.com

39 Answers

prev 1 2
vote up 1 vote down

Other than games (which are more arty than code), I can't think of any applications I have wanted in the last decade. IIRC, my employer of the time bought the "professional" copy of Borland JBuilder 2, but that was because you might as well (the one time I tried to use support, it sucked). The only useful commercial software has been libraries and databases. Looking back on it, the libraries have been interfacing to some kind of proprietary interface (SQL Server driver, Oracle driver, MITAI, OLE, Windows installation). YMMV.

link|flag
2  
Actually I had a rar file the other month. But only one. The occasional zips I've done on the command line (sometimes with jar). I need to know how to use those tools, so learning and installing a GUI front end would just be extra work (I purchased David Pilling(?) archiver at University and have used WinZIP over a decade ago). I obviously use browsers, and a OSs with applications. I looked at Intellij IDEA but didn't see the point (like a bad version of NetBeans). What else do I want? – Tom Hawtin - tackline Jul 20 at 0:05
show 2 more comments
vote up 58 vote down

Developers tend to think that their time is worth less that it perhaps is. A developer will look at a tool and say ...

I'm a developer! I could write that in my spare time! There is no way I would charge that much for such a small piece of work!

... all without realizing the complexity of the product.

Developers suffer from the DIY (Do-it-Yourself) syndrome.

Which, itself, is very close to the NIH (Not-Invented-Here) syndrome.

link|flag
12  
I think this is stop on. A developer getting paid $30-$100 per hour would rather spend a few hours trying to find a free solution (because they understand software) and come up with nothing than spend $300 dollars on a working software solution. I mean they are there to save the company money. – jussij Jul 20 at 10:24
vote up 27 vote down

I've bought a few software tool programs, but am always wary of buying them, because most of them don't have a good UI or documentation, so it's take a huge investment of time to make them work.

There is also the problem, that it's hard to determine up front if a tool will actually solve the problem I'm dealing with. I was just looking at buying an upgraded Solver for Excel, and downloaded a trial version, and found that not only couldn't it do what they advertised, but to figure that out took quite a few calls to tech support, since the documentation was horribly sparse.

link|flag
2  
I think the points you make here are great and play a big role is why developers choose to search and/or build for hours instead of purchasing a product. – levi rosol Jul 19 at 23:34
5  
I look at open source software and think the same thing. – Tom Hawtin - tackline Jul 19 at 23:36
show 2 more comments
vote up 17 vote down

As a developer I do not see it as generally opposed, as much as "leveraging" the learning investment.

If you are in a job, and you use an expensive tool, the likelihood you'll be able to use the same tool in another job will be less than if the tool is free.

It all boils down to cost-benefit analysis IMO.

If you have a free tool which gets you 95% of the requirements and you can leverage the learning of that tool, you will prefer that over a tool which costs money, gets you 99% of the requirements and you may not use it again.

That is why, for instance, once a developer sets up with his editing environment (Emacs, vi, Eclipse, Visual Studio, whatever) you will have a lot of resistance to changing it. The productivity will suffer immediately due to all that "finger memory" lost.

Another typical examples of tools that free solutions are preferred by developers are expensive source control tools like ClearCase.

On the other hand, I have seen developers advising and like to use some well established and expensive tools like Purify, and know that sooner or later knowing how to use them well will benefit them. In the particular space of purify, developers will also advise using free tools, because their use is not mutually exclusive from the commercial ones.

Update (due to clarified scope of question): With tools in the sub US$100 category, even though it is a small enough amount they could pay themselves or expense the resistance comes from:

  1. Who will own the license ? Me or the company?
  2. If the company owns the license to software, if I go to another job, what amount of trouble will I have to get the buy of a license approved ?
  3. If I own the license, will a new company allow me to install the software on their machine ?

For all these reasons, the "free" route offers a slightly better return, as the money obstacle of 2 and 3 will be more easily overcome :-)

I also agree with JFV, that sometimes the existing tools do not offer all the capability you'd want, and you think you would develop something better, and that takes away a lot of the perceived value of those tools.

Expanding on that thought, the possibility of developing your own tool, also increases the value of existing open source tools, because the developer can always dive into the source and coerce it to do the additional thing he needs. This may be more work than the developer anticipates, but still possible, whereas a commercial, close-source you'd have to wait for it to be developed or develop the tool from scratch yourself.

link|flag
1  
I also took JFV response as saying he build the tools himself. I just expanded on his response to say that in addition to that, and as an alternative, developers would favor open source, because they could both take an existing tool and then expand on it to fit better the needs, without all the heavy lifting up front. I will edit the punctuation to make this clearer. Thanks – njsf Jul 19 at 23:50
show 2 more comments
vote up 2 vote down

I think, to an extent, it might be the developer mentality of "do as much as possible with the least amount of resources". The same drive that leads developers to push down CPU and memory usage might also drive them to lower costs.

It may also have something to do with the free solutions usually being open source. If the purchase in question is something that might be integrated into the final product, developers might be more inclined to choose one that has more eyes on it, particularly with respect to security. It also gives them more flexibility down the road. This doesn't really apply to "tools" in the sense of editors and testing tools though.

link|flag
3  
Time is also a resource. – Lasse V. Karlsen Jul 19 at 23:22
vote up 9 vote down

As a developer myself, I don't like purchasing tools because I feel that (given the right amount of time) I could write the tool myself. Therefore, I shouldn't have to pay for a tool I could write. That is why I will look extensively for free software.

-JFV

link|flag
44  
So you're not willing to pay for food either because you could do it yourself? Breed your cows and farm your corn? – IlDan Jul 19 at 23:09
2  
Don't talk badly about Bessie! :-) I never said that it had to make sense... That's just how I feel. And if I could get away with not paying for food, I'd be all over it! :-P – JFV Jul 19 at 23:13
7  
There's two thoughts in this answer. The first, that you feel you shouldn't have to pay for something you, theoretically, could build yourself. I oppose that because with time, anything can be be built by nearly anyone (I disregard anything that requires genetic markers, either exceptional strength, endurance, intelligence, etc.). Money buys you time. Time to either build it, or simply to learn how to build it. Now, looking for free alternatives is just common sense, but not looking at commercial alternatives, that's just stupid. – Lasse V. Karlsen Jul 19 at 23:14
3  
@IlDan: Tool carry intregration cost, food doesn't. If I don't like a food place, I don't go there anymore. If I figure out the tool I've integrated into my build process corrupts my database, I may have to tear apart my build system and start over. – peterchen Jul 20 at 8:58
show 5 more comments
vote up 43 vote down

I wouldn't say we're opposed, it's just a matter of economics. We use so many that if we had to pay for them all, we'd be broke.

link|flag
3  
+1 because this answer seems to make the most sense, at least for me. – musicfreak Jul 20 at 4:36
3  
And money doesn't compile on trees, y'know... – Gabriel Hurley Jul 20 at 17:11
show 1 more comment
vote up 5 vote down

Personally, I've not experienced that at all. I like to be able to test things for free, but I almost always buy them if I like them and/or need them. ReSharper, LINQPad, .NET Memory Profiler, ANTS, XMLSpy, WinRar I have licenses for them all (and lots more stuff too, that's just off the top of my head). I feel like as a professional developer, I can afford to invest in my profession.

But, I suppose most companies don't see the value in buying these things for their developers and I guess people want their companies to pay for things if they use them for their job (which makes sense).

link|flag
vote up 2 vote down

Check this out:

http://www.codinghorror.com/blog/archives/001097.html

The link describes some of the difficulties Jeff Atwood has had when he recommended non-free software tools to developers, even though he believes the tools where much better than the free alternative.

link|flag
12  
although the link is relevant, and also makes good points, i do not feel posting a link with no comments adds to the value of this question. – levi rosol Jul 19 at 23:25
1  
Agree with @levi, I'd +1 this if you quoted and/or summarized the article in your answer. – musicfreak Jul 20 at 4:35
prev 1 2

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.