in reply to Komodo seems unpopular here

My "IDE": GNU Emacs.

My "debugger": Add "print" until it works. Never write more than five lines of code without running the program. Use unit testing for larger stuff.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

Replies are listed 'Best First'.
Re^2: Komodo seems unpopular here
by dug (Chaplain) on Mar 08, 2005 at 16:06 UTC
    Never write more than five lines of code without running the program.
    I'm going to blame this one on a massive head cold, but I just made a large set of local changes to a framework I work on without running the test suite. Now I'm off to bang my head against my desk for a couple of hours, after which my brain should be ready to start eyeballing diff files to see where the stupid mistakes leaked in.

    -- Douglas Hunter