Posted on April 6th, 2011 by Paritosh Ranjan
Nowadays when Agile is on its peak and Junit tests hijack the technical discussions. Its very easy to find people obsessed with Junits. You can really sense the excitement in people when they talk about Junits. I consider this as one of the major achievements of the Agile promoters. They have been really successful in [...]
Filed under: Extreme Programming, Java, TDD | 10 Comments »
Posted on April 30th, 2010 by Paritosh Ranjan
I have been writing JUnit tests for a while. Sometimes I feel proud of my JUnit tests as they really look meaningful. However, sometimes the JUnit tests look so ugly and pointless. I relate this difference to the Abstraction of the code. Lets talk about abstraction first. Abstraction is generally governed by “separation of concerns”. [...]
Filed under: Agile, Java | 1 Comment »
Posted on February 5th, 2010 by Sri
Over the past few days I was going through the Zend Framework reference docs and I found myself pleasantly surprised with all that the latest version of this web application framework provides. My first thought was to just acknowledge the speed in which PHP as a technology has been maturing. Out of the many new [...]
Filed under: PHP, TDD | 2 Comments »
Posted on December 22nd, 2008 by Saket Vishal
PHP is becoming better day by day. As I proceed in my path of catching up with recent developments in PHP, I see more and more of adaption in PHP from JEE(Java Enterprise Edition) world. To begin with, I stumbled upon the unit testing framework PHPUnit. The amount of familiarity with the J2EE world is [...]
Filed under: PHP, TDD, Testing | 3 Comments »