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

Re: Style, *again*

by g00n (Hermit)
on Apr 11, 2003 at 06:17 UTC ( [id://249819]=note: print w/replies, xml ) Need Help??


in reply to Style, *again*

why ???
  • Extra spaces in arrayref constructor: [ foo, bar ]
  • Extra spaces in hashref constructor: { foo => bar }
It just takes up space and not necessarily easier to read. why not ...
  • Extra spaces in arrayref constructor: [foo, bar]
  • Extra spaces in hashref constructor: {foo => bar}

Replies are listed 'Best First'.
Re: Re: Style, *again*
by Juerd (Abbot) on Apr 11, 2003 at 08:23 UTC

    It just takes up space and not necessarily easier to read.

    I disagree. In my opinion, they are easier to read. Besides that, I want them to look very different since they construct new data structures, while parentheses are only for grouping.

    Juerd
    - http://juerd.nl/
    - spamcollector_perlmonks@juerd.nl (do not use).
    

      I want them to look very different since they construct new data structures, while parentheses are only for grouping

      I'll buy into that.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (2)
As of 2024-04-16 19:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found