|
|
|
good chemistry is complicated, and a little bit messy -LW |
|
| PerlMonks |
Re: Some suggestions on coding style - a chance to critiqueby lestrrat (Deacon) |
| on Jun 26, 2002 at 15:34 UTC ( #177405=note: print w/ replies, xml ) | Need Help?? |
|
I personally hate this style script:
I think this leads to a lot of global variable usage and sloppy code in general. I personally prefer using a single entry point, and keeping everything in there
Don't know about you, but I find this less error prone. I also think that the $$hash{ element } notation is confusing.... It's not that much different, but I think @{ $hash->{ element } } would be easier to read than @{ $$hash{ element } } or some such thing.
In Section
Meditations
|
|
||||||||||||||||||||||||||||||