et cetera - and others and so forth and so on...

April 21, 2007

Cyclomatic Complexity and Unit Tests

Pioneered in the 1970s by Thomas McCabe, cyclomatic complexity essentially represents the number of paths through a particular method. The resulting value is related to the number of unit tests necessary to achieve full code coverage.

February 16, 2007

Decorating with SiteMesh

SiteMesh provides an elegant solution to the page layout problem by enabling you to create plain HTML content that has no knowlege of how it will be decorated. The result is clean separation between presentation and content.

September 24, 2003

Adding the Current Date and Time to a JUnit Report

You can customize junit's stylesheet by adding java.util.Date to the namespace.