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

Re^5: What is code readability?

by Anonymous Monk
on Sep 10, 2009 at 09:26 UTC ( [id://794529]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if( 
        some_return_value = some_function( 
            some_variable, some_other_variable, 
    ...
    else {
       // report or otherwise handle the error 
    }
    
  2. or download this
    if (some_return_value = some_function (
        some_variable, some_other_variable,
        and_yet_another_variable, and_one_more_for, luck
    ...
    } else {
       // report or otherwise handle the error 
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://794529]
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