Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^2: On what column do you wrap your code?

by tbone1 (Monsignor)
on Feb 15, 2006 at 20:09 UTC ( [id://530501]=note: print w/replies, xml ) Need Help??


in reply to Re: On what column do you wrap your code?
in thread On what column do you wrap your code?

but seriously, personally I like the challenge of WRITING code in less than 80 cols.

Hm, apparently you don't have to work with the naming standards imposed by our Oracle group. When one regularly sees stuff like GENERIC_PRODUCT_PKG.GET_GENERIC_PRODUCT_GENERIC_ITEM_CROSS_REFERENCE_INDICATOR_FLAG with about ten parameters on the procedure, it's enough to make a sane person move to Detroit.

--
tbone1, YAPS (Yet Another Perl Schlub)
And remember, if he succeeds, so what.
- Chick McGee

  • Comment on Re^2: On what column do you wrap your code?

Replies are listed 'Best First'.
Re^3: On what column do you wrap your code?
by Knom (Beadle) on Feb 18, 2006 at 07:12 UTC
    Egads!!! Here's my suggestion:

    my $FLAG= GENERIC_PRODUCT_PKG.GET_GENERIC_PRODUCT_GENERIC_ITEM_CROSS_REFERENCE_INDICATOR_FLAG;
    my $MESSAGE="GENERIC PRODUCT XREF INDICATOR FLAG EQUALS: ";
    $MESSAGE.=$FLAG."\n";
    print $MESSAGE;

    Of course, it does help if you don't start out with varbind mappings which are > 80 chars...

    Isn't cut and paste a wonderful thing?!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (2)
As of 2024-04-20 03:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found