Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^3: Perl::Improved Volume 0, Number 0

by Wassercrats (Initiate)
on Aug 27, 2004 at 16:19 UTC ( [id://386418]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Perl::Improved Volume 0, Number 0
in thread Perl::Improved Volume 0, Number 0

This node falls below the community's threshold of quality. You may see it by logging in.
  • Comment on Re^3: Perl::Improved Volume 0, Number 0

Replies are listed 'Best First'.
Re^4: Perl::Improved Volume 0, Number 0
by hardburn (Abbot) on Aug 27, 2004 at 16:33 UTC

    I actually agree with #2.

    However, 0-based indexing goes beyond "people aren't used to it". Another poster here demonstrated some code where a 0-based index produces a simplier solution. Further, even if the average person isn't used to it, the practice is so widespread that the average programmer is used to it, and may even complain when a language does 1-based indexing.

    Further, I seriously question the utility of even caring about 0-or-1-based indexes. Most of my code doesn't index arrays, but processes them as complete lists using foreach/map/grep/sort/etc., which do not require the use of indexes. In which case, it's a moot point.

    "There is no shame in being self-taught, only in not trying to learn in the first place." -- Atrus, Myst: The Book of D'ni.

Re^4: Perl::Improved Volume 0, Number 0
by ysth (Canon) on Aug 27, 2004 at 17:00 UTC
    And if the counter-points are equally obvious to others, what then? Do you just argue back and forth: 0! No, 1! No, 0! You're all wrong, 1!

    Do take the time to state your "obvious" arguments clearly. I know I was disappointed to not see clearly expressed counterarguments (though I only skimmed much of the mass of replies, so I may have missed some). I can't help but feel you set the tone in your original post. It's not too late to update it, though.

    A reply falls below the community's threshold of quality. You may see it by logging in.
Re^4: Perl::Improved Volume 0, Number 0
by Anonymous Monk on Aug 27, 2004 at 17:34 UTC
    Using the Wassercrats method of communication, I hereby summarize everything that is obvious:
    A reply falls below the community's threshold of quality. You may see it by logging in.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://386418]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (5)
As of 2024-04-25 14:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found