Software As She’s Developed

Mahemoff’s Podcast/Blog - Web, Programming, Usabilty from the Author of ‘Ajax Design Patterns’ (AjaxPatterns.org)

Software As She’s Developed header image 4

Entries from March 2005

BashPodder Praise and Roaming Feed Profile

March 4th, 2005 · No Comments

As I’ve been doing some travelling, I’ve had to set up podcast clients on my laptop. Two issues: * It’s a hassle to copy podcast client settings from one PC to another. What I like about a service like bloglines is that you’re free to move between PCs. That’s not so easy with Podcast clients which […]

[Read more →]

Tags: SoftwareDev

Refactoring from super.setUp()

March 3rd, 2005 · 2 Comments

Cedric rightly points out that JUnit’s “Call super” is a serious antipattern. This happens a lot in my experience too - project-wide test classes that where any special setUp() must call super.setUp(). JUnit has served its purpose admirably, but I think there are now more effective test frameworks (I’d like to check out JBehave, TestNG, […]

[Read more →]

Tags: SoftwareDev