jani

Jani Hartikainen's Blog: Why does everything need to be integrat...

PHPDeveloper.org  Mon, 01/23/2012 - 13:04

In this new post to his blog Jani Hartikainen wonders if "everything needs to be integrated into a framework".


 

Jani Hartikainen's Blog: A simple way to make your code better: ...

PHPDeveloper.org  Thu, 11/12/2009 - 11:19

Jani Hartikainen offers a simple suggestion for making your code better - stop adding more parameters.


 

Jani Hartikainen's Blog: Is commenting your code useless?

PHPDeveloper.org  Fri, 10/16/2009 - 08:45

Jani Hartikainen has posted some of his opinions about code commenting in a response to this post from James Carr claiming that code comments on fresh code is a bad idea.


 

Jani Hartikainen's Blog: What is a null object, and when are the...

PHPDeveloper.org  Mon, 09/14/2009 - 11:46

In this latest post to his blog Jani Hartikainen looks at creating "null objects" for your applications - a simple tool that lets you replace multiple evaluation checks with a simple object.


 

Jani Hartikainen's Blog: How to make your code testable

PHPDeveloper.org  Mon, 08/17/2009 - 06:52

Jani Hartikainen has posted a few suggestions on how you can structure your code to make (unit) testing it easier in the long run.


 

Jani Hartikainen's Blog: The three types of programmers

PHPDeveloper.org  Thu, 08/13/2009 - 13:48

In this recent post from Jani Hartikainen he looks at the three different categories he sees developers fitting into - "smart-and-get-things-done", smart and "just a" programmer.


 

Jani Hartikainen's Blog: Unit testing 5: test-driven development

PHPDeveloper.org  Mon, 07/06/2009 - 21:06

Jani Hartikainen has posted part five of his look at unit testing in PHP (with PHPUnit) focusing on test-driven development.


 

Jani Hartikainen's Blog: Unit testing 4: Mock objects and testin...

PHPDeveloper.org  Mon, 06/29/2009 - 10:43

Jani Hartikainen has posted the fourth part of his unit testing series looking at using mock objects when testing database interfaces.


 

Jani Hartikainen's Blog: Unit testing 3: Writing tests for exist...

PHPDeveloper.org  Thu, 06/18/2009 - 08:33

On his blog today, Jani Hartikainen has posted the third part

Tags: