Posted by FFMG on 05/09/07 05:18
Tyno Gendo;63186 Wrote:
> Hi everyone
>
> I wondered what if any methods people here use to speed up their PHP
> code (ie. speed at which you produce your code).
>
> Things like 'code templates', 'base objects' for this and that?
>
> I thought it would be interesting to find out if I'm missing out any
> anything cool that could aid in speeding up development.
>
> Thanks.
One of the ways I speed up my coding is by reusing generic code.
For example I have an email Class that have been using for a very long
time and on many sites.
So now I know that when my new code needs to send an email I don't need
to worry about that side of the work.
But I also think that all those little code bits only speed up _my_
development time as I am used to the functions and how to use them. Any
outsider would need to spend some time learning how to use it and
therefore loose a lot of the benefits I would gain.
FFMG
--
'webmaster forum' (http://www.httppoint.com) | 'webmaster Directory'
(http://www.webhostshunter.com/) | 'Recreation Vehicle insurance'
(http://www.insurance-owl.com/other/car_rec.php)
'Free URL redirection service' (http://urlkick.com/)
------------------------------------------------------------------------
FFMG's Profile: http://www.httppoint.com/member.php?userid=580
View this thread: http://www.httppoint.com/showthread.php?t=14471
Message Posted via the webmaster forum http://www.httppoint.com, (Ad revenue sharing).
Navigation:
[Reply to this message]
|