vote up 45 vote down star
43

With so many open source (or simply freely available) alternatives for nearly every programming tool category, which software do you (or your boss) pay for and why? Is the decision based on saving development time, better functionality, documentation or simply corporate policy?

flag
show 3 more comments

81 Answers

vote up 0 vote down

Visual Studio 200x and Beyond Compare 3.0 (Personally), MS Gold Partner for the Office.

link|flag
vote up 0 vote down

I have purchased Balsamiq which is a great tool for wire framing websites.

Else, nothing much else.

Eclipse, Apache Tomcat, Java, Spring, these pretty much save my pocket. :)

link|flag
vote up 1 vote down

I'm considering buying Expression Blend so that I can quickly edit Silverlight xaml and share it with any designers that I work with. It's pretty inexpensive.

link|flag
vote up 1 vote down

I work in a Mac shop and we use Coda.

It is definitely worth it, especially for non-programmers who need 3-4 different tools to update their website. Great fully customizable syntax highlighting, even if you change the extension for your templates, for example. I wish it would run on PC.

link|flag
vote up 0 vote down

Resharper!

Its search capabilities for usage, type or filename is a big improvement over Visual Studio. It provides additional refactoring support that is very useful. Plus the hash marks it uses to indicate errors, warnings and info for the whole file at glance is cool.

I have not compared it to other addins, so I cannot say if it is better. I just tried it and liked it so much that I have not looked around.

link|flag
vote up 0 vote down

dreamweaver because I can't stand to do css by hand

link|flag
vote up 0 vote down

IntelliJ IDEA, Beyond Compare and UltraEdit -- all terrific tools.

link|flag
vote up 1 vote down

Most my software is free but if it weren't I'd certainly pay for things such as Subversion and VIM.

link|flag
vote up 0 vote down

Not strictly programming tools, but the Red Gate SQL Tools save loads of time and hassle maintaining databases. Well worth the money.

link|flag
vote up 0 vote down

AdeptSQL Diff, a great tool for managing different database versions and pushing modifications on running databases.

link|flag
vote up 5 vote down

I have paid for ActiveState's Komodo IDE in the past. It's kind of like Visual Studio for Perl, Python, Ruby and Tcl. And it runs on Windows, Linux, Solaris and OS X. Probably not something that hardcore emacs/vi people would like, but I found it to be wonderful when debugging relatively large bodies of code (5000+ lines of Python for example). Komodo even has an emacs emulation mode which works pretty well but of course doesn't mimic emacs exactly.

The full edition of Komodo costs somewhere between $200 and $300 and is well worth the price in my opinion. That being said, I don't currently use it now - I almost exclusively use emacs these days. I would love to find a nice embedded Python debugger for emacs. . .

link|flag
show 1 more comment
vote up 4 vote down

MSDN subscription, with Visual Studio.

link|flag
vote up 1 vote down

I'm a consultant so I pay for my own tools.

Resharper is invaluable. It pays for itself over and over. I'm amazed anyone writes c# without Resharper. If you write c# for a living and you don't own a copy, go download it now.

I recently bought Visual SVN. Very nice if you are using subversion.

I've owned the latest version of UltraEdit for 10+ years now.

link|flag
vote up 1 vote down

Komodo IDE

link|flag
vote up 0 vote down

SQL Prompt (intellisense for SQL Server) - Any developer that touches a SQL Server database should get this tool.

link|flag
vote up 9 vote down

you can find more info here:

Software worth buying

link|flag
vote up 9 vote down

RegexBuddy is well worth the money if you use Regular Expressions at all.

link|flag
show 1 more comment
vote up 28 vote down

Visual Studio

Say what you want about Microsoft, but VS is a great IDE.

link|flag
show 4 more comments
vote up 4 vote down

RedGate SQL toolbelt - the schema/data compare tools are awesome, as is the DB documentation tool. The prompt tool (i.e. intellisense for SQL) is also worth a look, although can be slow on a large DB

link|flag
vote up 0 vote down

Ummmm... does my server count?

As noted, there's perfectly good free apps to do just about everything. I think I'll buy Balsamiq once I get back into freelancing on the side, but everything else I use is free.

link|flag
vote up 1 vote down

Personally, I've bought:

  • TextMate
  • Versions
link|flag
show 1 more comment
vote up 20 vote down

I like UltraEdit. It's easy to use, very configurable, does conversions and has macro recording capabilities. The free editor NotePad ++ is coming along, but it hasn't caught up quite yet.

link|flag
show 4 more comments
vote up 0 vote down

My IDE- Intellij IDEA. And yes have tried Eclipse (I had to learn enough of it to support my co-workers who use it). IDEA is just better at navigating large code bases.

Also, although it's not a "programming tool" per se, I would add OSX Leopard to this list. I used to be an avid Linux user, but it was worth the money for me not to have to "administer" my development environment anymore. Some things are just worth paying for.

link|flag
vote up 0 vote down

Balsamiq Mockups. It is an easy-to-use tool for creating mockups.

link|flag
vote up 1 vote down

dotTrace - the best profiler for .NET code.

link|flag
vote up 1 vote down

Quest's TOAD is pretty useful if you do database work. It's pretty fast and has lots of features. There are free alternatives and tools provided by the vendor but this tool has lots of stuff all in one place. The UI is not for the timid, but to use it you need to know how to write SQL, so that's not usually a problem.

link|flag
vote up 29 vote down

books.... unless i can get them online for free

link|flag
vote up 3 vote down

IntelliJ IDEA.

I've been doing some programming in Groovy and nothing even comes close to IDEA's support for Groovy.

Nowadays, it's even suited for Flex, ActionScript, Python and Scala development.

link|flag
vote up 1 vote down

I bought phpDesigner for PHP-development http://www.mpsoftware.dk/phpdesigner.php

link|flag
show 1 more comment
vote up 22 vote down

Hardware. There just aren't free alternatives to physical hardware, so that's where my money goes to at the moment.

Getting the best software tools, be it free or commercial, is important, but having a good powerful machine for development should not be overlooked -- after all, what good is the newest IDE with code-completion and refactoring tools when those tools take 20 seconds to execute, leading to irritation and decreased produtivity, because the development machine is five years old?

Having a machine with a dual- or quad-core processor with plenty of memory, a fast hard disk and dual-monitor set up is going to be a serious productivity boost, compared to having to fight with a five year old machine which constantly disk swaps due to a lack of memory.

link|flag

Your Answer

Get an OpenID
or

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