Search Results

Testing your code


Perhaps no other coding practice is as important as testing your code. Also in the nature of Business Development, where parts of your code always change on the request of a client (including Management), or even when you want to make your code run with better performance, Automated tests are highly needed, you can’t just [...]

Read the rest of this post...

Posted on Tuesday, December 12th, 2006
Under: Code, HowTo, PHP | 8 Comments »

UMLing your PHP project


First I decided to role tutorial from scratch about UML and PHP but while doing the research I found at least three tutorials much better of what I could write so I’ll be quoting others What is UML? Umbrello docs – The Unified Modelling Language (UML) is a diagramming language or notation to specify, visualize [...]

Read the rest of this post...

Posted on Saturday, July 15th, 2006
Under: HowTo, PHP | 3 Comments »