Design by Considering the Larger Context

July 18th, 2009

If you want to achieve a good architectural design by using Object Oriented Design, keep this in mind:

Quotes

No Comments

OSX Keyboard Bindings Cheat Sheet

July 15th, 2009

It’s very obvious to everyone who knows me that I hate Eclipse :) Since it’s sort of a standard for all enterprise software companies, we all have to use it whether we like it or not. Anyway it’s not a big deal, but I decided to share the OS X keyboard bindings cheat sheet for Eclipse that I’ve created for myself. Since I’m not an expert Eclipse user, I created a keyboard bindings cheat sheet.

Eclipse

2 Comments

Using JUnit DataPoints and Theories

July 13th, 2009

Today I was digging something for one of my custom projects in JUnit’s package and I came across with very nice feature. I think it’s going to make much more sense after my first article about JUnit’s @Parameterized annotation.

TDD

1 Comment