Making Code More Testable – Breaking Static Dependencies

August 31st, 2009

Hi guys, it’s been a while that I haven’t posted anything. I was thinking writing all those technical things sometimes is not enough for the reader to visualize the concept. So I came up with a screencast this time. I’ll try to create these screencasts once a week and will cover different topics. This series will contain Making Code More Testable talks only. For other topics, I’ll create different series. Anyways, let’s get back to the overview :)

TDD

10 Comments

Understanding Static Blocks

March 15th, 2009

Before talking about Static Initializer, I wanna talk a little bit about what is this static thingy in Java.

Java

2 Comments