Archive for July, 2007

Response to Matt on PHP

Saturday, July 14th, 2007

I haven’t seriously looked at PHP in years having long ago joined the Perl camp. I know I know shame on me. However from that very perspective it has seemed to me that php’s biggest problem is the addons. Yes Pear and some of the other frameworks alleviate it somewhat but really PHP looks and acts like a thrown together language. Just look at the function list in the documentation.
The various libraries it uses are binary addons . Their is little consistency in useage, naming conventions and almost no namespacing used in it. I’ll quote Jeroen van der Meer:

PHP is basically a collection of extensions which are all put together to form what we have now. However, these extensions change and so does the collection.

This is almost completely different from the way every other language does it. You might be able to make the case that Java is like this too but even java uses namespacing and most of the libraries are written in java itself.

In a way PHP’s worst problem has been it’s community of users and the language maintainers enablement of that community. The perl community may seem a bit gruff to a php user but getting a module featured in CPAN takes a little bit more work than it seems getting an addon into the official php distribution took. This actually fosters the bad coding practice most perl and ruby users associate with php coders.

PHP may finally be growing up but it’s like taking a rebellious child who hasn’t been disciplined in years and sending him to bootcamp. He’ll have to be dragged kicking and screaming obscenities but hopefully the result will be worth it.

Bricklayer::Templater is getting unit tests

Saturday, July 14th, 2007

Yay I’m finally getting around to it and boy is it a good thing. The code is already benefitting from it. I’ll be uploading some stuff to the sourceforge svn repository soon so stay tuned.

Update on work

Tuesday, July 10th, 2007

So I’m finally starting to get settled at the new job and I thought I’d let folks know how things are going.

I’m liking the SCRUM Process for development and the AGILE emphasis here. I’m also finding a surprising number of ways to contribute. So far I’ve been useful in helping with resolving SVN branching conflicts. Developing an XML Schema. And Javascript Library standardization recommendations. In fact I may be doing some roundtable Dev learning sessions in the next month or so on some of those topics for the other devs which should be fun.

I have some pending articles on here to finish up and some features to release for Bricklayer and Metabase when I get some time to do so. Which means this space should soon be experiencing some more activity.