Re: PHP Streamlining Ideas

Posted by wizanda on 1226239322
Where practical write micro functions of large functions, breaking it up into key components, as to return a simple variable.
These can then be stored as an array (if wanted) which can be undone much quicker at the time of processing, to store large sums of data with reference points.
Quote:
The shorted distance a variable travels, the less work it has to do; the more functions to remember, the more confused it could get.

This Post was from: https://www.wizanda.com/newbb/viewtopic.php?topic_id=1491&post_id=3779