develooper Front page | perl.perl6.language | Postings from May 2001

Re: what I meant about hungarian notation

Thread Previous | Thread Next
From:
Me
Date:
May 14, 2001 13:29
Subject:
Re: what I meant about hungarian notation
Message ID:
0a1a01c0dcb3$53cd6400$6501a8c0@me
> (i.e. ordered or "associative").

A (probably futile, but one has to try) plea for
people to use "numbered" rather than "ordered".

    @foo = ['England', 'France', 'Germany'];    # unordered
    %foo = {First => Fred', Last => 'Bloggs'];  # ordered

(I'd also suggest "named" instead of the scientific "associative".)



Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About