YARC

It's time to confess, I've become Yet Another Ruby Convert. I've been interested in the language for a long time now. My Perl background gives me a lot of sympathy for scripting languages in general. My C++/Java background gives me a keen desire for good OO languages. Ruby gives me all of this and more, … Continue reading YARC

JUnit Antipatterns Doppelganger

Recently spotted via Google: IBM developerWorks has recently published a new article on... JUnit Antipatterns! The article is quite a good read, as it covers different ground to the Exubero JUnit Antipatterns article. I'll probably update the Exubero article at some stage to refer to the developerWorks article, and possibly adapt some of its content.

Sesquipedalian

I came across the My Favourite Word website while I was browsing del.icio.us, and I had to submit an entry for sesquipedalian: This word makes me laugh, because it can be used to describe itself, as well as anyone who uses the word. It's like a self referential joke. This has been my favourite word … Continue reading Sesquipedalian

JUnit AntiPatterns Update

I've updated the JUnit AntiPatterns article after receiving a number of emails giving feedback on suggested improvements and new anti-patterns. I've made the following changes: Added sections for Misuse of Assertions and Redundant Assertions, and reorganised the anti-patterns that relate to assertions. Anti-pattern examples and the refactored solutions are now styled differently.