Skip to content

{ Tag Archives } design patterns

A Place to Bury Strangers in Dublin review, Teaching Design Patterns via Games, Java Serialized links for 2009-04-02

CLUAS | Gig Reviews – A Place To Bury Strangers (live in Dublin) Their music has ambition though, and this might just be the beginnings of something quite impressive. They might be shoe-gaze, but they are looking to the stars. (tags: aptbs dublin ireland) Teaching Design Patterns Through Computer Game Development We present an approach […]

Also tagged , , ,

Observer Pattern

In my aforementioned class on Object-oriented Analysis and Design we, of course, study design patterns. Here are a few links concerning the observer pattern. Observer In object-oriented programming, objects contain both data and behavior that, together, represent a specific aspect of the business domain. One advantage of using objects to build applications is that all […]

Also tagged ,