Recent Posts

SRP Example – Bowling Game

2 minute read

Browsing Uncle Bob’s blog, I’ve found this interesting post about teaching TDD with a practical example. It tries to show the principles of TDD while impleme...

Applying the Law of Demeter

2 minute read

Have you ever been told about the Law of Demeter when developing object-oriented systems? This law states the following:

Open sourcing Java: good or bad?

less than 1 minute read

Sun announced it will start open sourcing Java by the end of this year, according to eweek. Sun plans to open-source firts the Java C (Java Compiler) and the...

Interfaces and Abstract classes

1 minute read

My friend bruno started a thread about interfaces and abstract classes and I wanna continue here. I totally agree with his points and I’m adding other ones h...