Testing a Drupal Module
For years I've been saying that testing is superior to strong types. To be true to my word I employ test-driven development (TDD) in every stack.
Why I don't like PHP syntax
I have made the decision to use PHP as part of my overall stack, along with ruby, javascript, and python. The main reason is that there has been a lot of great software written in PHP, and I want to use it. However, after leaving the PHP world for Ruby, and then coming back to it, I see many annoying little things that bother me in PHP. In this article, I rant about some of them.