Sixth Meeting in Dublin of the Irish PHP Users Group

There were five attendants at this Wednesday’s meeting:

  1. Fergal Byrne <editor@adnet.ie>
  2. Justin Kelly <jk@tedcreativegroup.com>
  3. Ken Guest <kguest@php.net>
  4. Michael Słaby <michal.slaby@epsi.pl>
  5. Stephen Curran <stephen.curran@gmail.com>

Symeon Charalabides sent his apologies, as did Barry O’Donovan – both unable to
attend.

We had a very interesting discussion about the different forms of testing:
Test Driven Development, phpunit, simpletest and the management/recording of
manual testing. CruiseControl and xinc were mentioned in passing.

This segued into chatting about maintaining existing code; the use of
php_beautifier and vim’s indent function for making code more readable and
phpdoc for generating documentation.
PHPCS was also mentioned and how it can be hooked into CVS or Subversion to
ensure only code adhering to the coding standards can be committed – much the
same as Fergal’s suggestion of hooking phpunit up so only fully tested code
can get into the repositary.

All in all it was a successful meeting; we even came away with a nice quote
from Justin: “Perl is nice if you want to be Harry Potter” (!)

links:

  1. xinc – http://sourceforge.net/projects/xinc
  2. cruisecontrol – http://cruisecontrol.sourceforge.net/
  3. phpunit – http://phpunit.de
  4. simpletest – http://www.lastcraft.com/simple_test.php
  5. phpcs – http://pear.php.net/package/PHP_CodeSniffer
  6. php_beautifier – http://pear.php.net/package/PHP_Beautifier

One Response to “Sixth Meeting in Dublin of the Irish PHP Users Group”

  1. /me adds link to PhpDocumentor (phpdoc.org) to the CI list
    :P