|
Posted by Henk verhoeven on 05/08/07 22:38
Tyno Gendo 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.
Hi Gendo,
Better then producing more code per hour is to do more with less code:
the result is easier to change and it will probably contain less bugs
too. Since 1996 i have built 3 generations of frameworks to accomplish
this, nowadays i need very little code to build an application. Last
project i measured a productivity of between 200 and 900 times my
productivity back in 1996*. The framework is free to download and use,
but requires a good understanding of OOP, and even then it will take
some time before you get up to speed. It tends to replace coding with
exploring and thinking. Not everybody likes that.
Greetings,
Henk Verhoeven,
www.phpPeanuts.org.
* By then apps where GUI based, in Smalltalk, using a screen painter
tool and an Object to Relational DB Mapping library.
Navigation:
[Reply to this message]
|