Recent Posts

Interview with Grady Booch

less than 1 minute read

Interesting interview with Grady Booch, an IBM fellow who developed the first drafts of OOP and the Booch Method, which was a precursor to UML. In this inter...

Setting up a local SVN on Linux and Windows

1 minute read

I was intended to create a local SVN repository to host my Eclipse projects in home. So, I decided to share the same SVN repository on Linux (a Kubuntu distr...

Checked or Unchecked?

1 minute read

Nice post from Bruce Eckel about whether Java needs or not checked exceptions. I have to admit, I changed a lot my thougths about using checked exceptions in...

Indicating the absence of an object

1 minute read

Sometimes I’ve seen some Java code intended to indicate the absence of parameters, that is, code validating null parameters (every public method must have a ...