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 advice (Score:4, Insightful)
Steve McConnell in Code Complete relates the following (p.314):
It's good advice to always consider the else clause, not just when the if-elsif block is complicated.
As an aside, I really enjoy Code Complete. It's crammed with research and experience as opposed to the preference and dogma you usually see on Software Construction issues. Anybody know of any other good books like this? Brook's The Mythical Man Month is similar, but I don't know of too many other examples.
Reply to This