NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Good analogy (Score:2)
I never realized how much this influences my coding style until I was recently in front of 30 people at a client location, writing some complex code in real time for them. I'd write three or four lines of code, run the program, then either rewrite those three or four lines if they didn't do what I expect, or I'd write th
Re:Good analogy (Score:1)
In a way it resembles the way of writing HTML: write, save, switch to the browser and reload in a quick sequence.
So using a language which takes longer to compile, like C++ in a lot of cases, breaks the cycle, forcing you to write more and more code to justify a compilation (thereby verifying that you didn't outwit yourself).
Reply to This
Parent
Re:Good analogy (Score:2)
It's amazing how comforting it is to know that if you find a problem, changes are really good that you caused it within the last few minutes, and that you only have to take one step back.
Re:Good analogy (Score:1)
I'm think I'm about to get involved in that in the near future, and I'd appreciate any practical tips and tricks.