Archives by Tag 'api'

Joshua Block on How to Design a Good API & Why it Matters

By rnaufal - Last updated: Saturday, January 10, 2009

In this talk (recorded at Javapolis), Joshua Block presents guidelines about how to design good APIs. I highlighted what i think are the most important parts of the talk:

Functionality should be easy to explain: If it’s hard to name, that’s generally a bad sign
Good names drive development
Be amenable to splitting and merging modules (If names [...]

TestSuite Merlin javadoc

By rnaufal - Last updated: Thursday, November 29, 2007

Running through the Java TestSuite API I’ve found this funny javadoc..