coding standards

Michelangelo van Dam's Blog: Throwing and catching exceptions

PHPDeveloper.org  Tue, 10/14/2008 - 14:32

Michelangelo van Dam has written up a quick introductory post on his blog about the process around throwing and catching exceptions in your apps.


 

Robert Basic's Blog: Starting with Zend Framework

PHPDeveloper.org  Tue, 10/14/2008 - 12:09

Robert Basic recently posted this introduction to the Zend Framework, a simple overview to how the framework is laid out and how you can get started.


 

Mike Bernat's Blog: My PHP Best Practices

PHPDeveloper.org  Wed, 10/08/2008 - 11:17

Mike Bernat has come up with a list of (eight things) his best practices when it comes to PHP development:

I suggest a more retro-active approach [than trial and error].

Studying, surrounding, and forcing yourself to abide by best-practice coding standards will yield surprising results in your applications despite the fact that it may seem like more work than it's worth.

Topics included in his list are things like:


 

MISRA C++:2008

Lambda the Ultimate - Programming Languages Weblog  Fri, 09/26/2008 - 15:03

Probably worth noting MISRA-C++. Not much to go on since you have to pay for the document that outlines the standards.

MISRA C++:2008 was finally released on June 5, 2008, following 3 years of work by a group of willing volunteers.

They set out to craft a set of rules for the safe use of C++ in critical systems...


 

PHP Developer Best Practices - Mike Naberezny

Planet PHP  Tue, 09/16/2008 - 13:01

Matthew Weier O’Phinney and I gave a tutorial session at ZendCon 2008 this year titled “PHP Developer Best Practices”.

The tutorial touched on source control, coding standards, testing, documentation, and more.

The slides are now available in PDF format.


 

SaniSoft Blog: Code sniffs for CakePHP and then some more

PHPDeveloper.org  Fri, 07/04/2008 - 09:32

On the SaniSoft blog Tarique Sani has posted about (and made available for download) some code sniffs for the CakePHP framework.

Some problems arose with some of the naming that the framework uses, but with some "tinkering around"...


 

Stefan Priebsch's Blog: Custom Coding Standards with PHP_CodeSni...

PHPDeveloper.org  Thu, 07/03/2008 - 12:02

Stefan Priebsch recently posted about his struggles with creating a custom coding started with the PHP_CodeSniffer package:


 

Custom Coding Standards with PHP_CodeSniffer - Stefan Priebsch

Planet PHP  Wed, 07/02/2008 - 14:46

type="text/css"> pre {font-size: 12px; line-height: 100%; } kbd {font-size: 12px;}

I have tried to write a custom coding standard for PHP_CodeSniffer.


 

Speaking at the Dutch PHP Conference - Matthew Weier O'Phinney

Planet PHP  Sun, 05/18/2008 - 14:08

I've known for some time, but was reluctant to blog about it until the plane tickets were purchased and in hand: I've been invited to speak at the Dutch PHP Conference this coming June:

DPC


 

Fill patterns - Mikko Koppanen

Planet PHP  Sat, 04/26/2008 - 04:15

My work life has been quite busy lately and I haven't had a chance to sit down and blog. I have been touring around London and some parts of the northern England consulting and organizing some training here and there.

Luckily I have had the chance to do some work on Imagick and the 2.2.0 beta release is getting closer. The internal structure was completely restructured and broken down into several smaller files.

During this time Imagick was adapted to follow the PHP Coding Standards more closely.