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.
Assumptions are bad (Score:1)
To start with, Ada indexes arrays starting with 1. Yes, I know that is ugly and weird (*cough* FORTRAN *cough*), but that is most certainly not an off-by-one error.
Next, neither your p6 code or the java code addresses the line:
Granted there are some missing values here, specifically LogFileCountT and MaxNumberLogFiles. But these two help to define a range of acceptable indices for the LogFileNamesT array type.
Now to the really bad as
Re: (Score:1)
And what people miss is that while this sort of safety is a must when lives are on the line, it is prohibitively costly to achieve in, say, one-liners.
But programmers like to view the world in black&white.
Hey Look, Withering Irony! (Score:1)
Are you saying non-programmers don't?
Reply to This
Parent
Re: (Score:2)
Heh. I found myself wishing I could upvote this.
Re: (Score:1)
What I am saying is some disciplines seem to invite dogmatism and simplisticism more than others.
Comment thread discussions, f.ex.…