vote up 11 vote down star
13

The year is now 2009, happy new year for starters.

However I'd like to hear your opinions on what applications helped you the most 2008. The requirements for the application is that it had a significant release or was brand new in 2008. For new releases to existing applications, please include a note about some significant changes this year.

Also, it could be a framework or whatever you like. So before downvoting this, see this as an information resource on what good applications, frameworks and other parts helped us programmers under the year 2008.

flag

57 Answers

1 2 next
vote up 1 vote down

Enterprise Architect

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

For a long time, it's been RefactorPro!. Even though it's not free, it vastly simplifies my refactoring work a great deal. And it has many refactorings that are not in Visual Studio's refactorings. Nifty refactorings like "Rename file to match class name."

Sadly, it comes with that obnoxious bloatware that drives their companion product that I have no use for. Others love it; for me, it's just a distraction. But I'd still recommend it.

(Have to say, though, I prefer Visual Studio's Rename refactoring, as it works with comments. Although I have yet to upgrade to the latest version of RefactorPro!. But I'm doing that right after I post this.)

link|flag
vote up 0 vote down

Zend Framework.

I want to say more... Xinc, Subversion, PHPUnit and Trac.

link|flag
vote up 2 vote down

TryRuby.
I've been getting into Ruby, and especially Ruby on Rails, and this was a great help when I was away from my home machine - I could keep learning.

link|flag
vote up 0 vote down

I have to say:

link|flag
vote up 0 vote down

I am subjected to Windows at work so I can't use my beloved Textmate. A somewhat close (and getting closer) approximation for Windows is E - TextEditor.

link|flag
vote up 0 vote down

I would actually have to say the following aswell:

  • Visual Studio
  • Experts Exchange
  • VTC ( Video Tutorial Application )
  • Stack Overflow
  • ASP.NET MVC Beta

As ranked.

link|flag
vote up 2 vote down

Mercurial. Switching to a DVCS from Subversion was liberating, to say the least.

link|flag
vote up 3 vote down

Fogbugz 6.x.

Initially it was free. Then it became like heroin and become a case of what it cost vs. what it made me; profitable and productive.

Like with any tools, you have to use them to get the benefit. Can't say the same for the books I've bought and never read.

I love that it's keyboard driven. I found it to be alot more polished than 5.0, meaning quicker for me to fly through. I dump all my voicemails, emails, logging reports, incoming requests to it in addition to project development and bug fixes.

Otherwise I don't have the patience to use a project management or bug tracking system in the amount of detail that I use Fb. So thanks, if any Fog Creek guys read this.

link|flag
show 3 more comments
vote up 2 vote down

Django 1.x (especially newforms-admin and a lot of other small goodies), and jQuery. Mac OS X Leopard, perhaps, as I moved for the first time completely to OS X for development and everything else late-2008.

link|flag
vote up 0 vote down

Komodo Edit, hands down. Made some unwieldy projects actually possible, while staying out of the way the rest of the time.

link|flag
vote up 0 vote down

This may not be the answer you were looking for, but Nibbles and Star Merchant on Cymon's Games taught me how to finally make a program that utilizes multiple sources. it sounds funny, but it's one of those things that I've never been able to do right. Now I have.

link|flag
vote up 2 vote down

Valgrind finds memory bugs and performance bottlenecks. I will no longer write C code without it!

link|flag
vote up 1 vote down

Unison saved me many hours of grief, doing web development on a Windows Vista laptop, and deploying on a Linux server.

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

Notepad++

I don't use an IDE anymore. The only thing I miss in it are HTML snippets.

link|flag
vote up 0 vote down

LINQ to Objects was my favorite new thing last year.

link|flag
vote up 0 vote down

The Red-gate ANTS profiler.

link|flag
vote up 2 vote down

RegexBuddy, an excellent tool for designing and testing complicated regular expressions.

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

WSPBuilder! If you have tried to hand craft a wsp for deploying solutions to SharePoint, you can really understand the time saver WSPBuilder is.

link|flag
vote up 16 vote down

With just one word, "jQuery"

link|flag
vote up 0 vote down

JCreator. Couldn't have finished my AP Comp Sci final project without it.

link|flag
vote up 0 vote down

ruby-debug - away from debugging by printing for Ruby on Rails applications.

Shoulda - finally doing automated testing in a way that makes sense to me.


Extra for ruby-debug:

link|flag
vote up 1 vote down

For me, a huge productivity booster was Google Custom Search Engine.

I know Google normal search was mentioned before, but with GSE, I created an engine that constrains my search to the several open source technologies I care about (i.e. Alfresco, SpringSource), and allows me easily to filter my search between documentation, forums, etc. Another good example of custom search is searchdotnet.com.

Another tool I can't live without is Total Commander - an amazing programming productivity tool.

link|flag
vote up 0 vote down

Tools I discovered this year:

For C++: AQTime profiling tools for Visual Studio 2008. Makes optimalizations a breeze.

For PHP: Eclipse PDT + Aptana plugins - really great, free and easily expandable IDE.

link|flag
vote up 0 vote down

ado.net entity framework and asp.net MVC

link|flag
vote up 0 vote down
  • Visual Studio
  • ReSharper
  • Team Foundation Server
  • Reflector

Must haves for .net development enviroment.

link|flag
vote up 1 vote down

IDE => Komdo, Information => stackoverflow, MVC => CodeIgniter

link|flag
vote up 0 vote down

Visual Studio 2008 by allowing stepping through Microsoft code

Reflector

WinDbg and SOS

link|flag
vote up 1 vote down

Microsoft Team Foundation Server. Any source control (with project management features) is a big step up at someone of the organizations I've worked with.

link|flag
1 2 next

Your Answer

Get an OpenID
or

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