in reply to Re^3: What is code readability?
in thread What is code readability?
...getting better...some_function(some_variable, some_other_variable, and_yet_another_variable, and_one_more_for, luck);
some_function( filename => $some_variable, address => $some_other_variable, amount => $and_yet_another_variable, phone_num => $and_one_more_for, diameter => $luck );
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: What is code readability?
by runrig (Abbot) on Nov 13, 2012 at 23:30 UTC |