Posts Tagged Programming

A (overlooked?) use case for the Strategy pattern, part 2: it’s not about Template Method

Recap As I explained in my previous post, I think there is a use case for the strategy pattern that, in my opinion, we often overlook: This is what I’ve seen: class A has method x. Just after method x is done doing its thing and before it exits, it calls a (sometimes empty) protected [...]

, , ,

2 Comments

Resolutions for 2010

As an attempt to document my plan for this year, the following are tech-related resolutions for 2010: Learn one or more programming languages. I spent most of 2009 working on FEST. Even though I learned a lot more about Swing, enjoyed writing clean and testable object-oriented code, and implemented many interesting features, all the development [...]

, ,

4 Comments