Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^6: What is code readability?

by BrowserUk (Patriarch)
on Sep 10, 2009 at 10:52 UTC ( [id://794538]=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( someRV = someFunc( some, someOther, yetMore, oneMore4, luck ) ) {
        // do some stuff here with some_return_value 
    } 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://794538]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (3)
As of 2024-03-29 01:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found