INCLUDE_DATA

Archive for the ‘Design Patterns’ Category

GX WebManager’s WCB Dependency Management

Sunday, March 1st, 2009

It's been far too long since I posted on here, so after an upgrade to WP 2.7 (or something), here's a new post. The title may be a tad confusing, so I'll try to explain that (and the abbreviations) first now. I'm currently doing a 20-week internship at Oberon Interactive, a ...

Applied design patterns: C4 Engine Messages

Tuesday, July 15th, 2008

In my previous article about the C4 engine, I highlighted what was, in my opinion, the biggest downside of the C4 engine: its demo game. Or more precisely, the code and design of the demo game. Because I had to get points for university and didn't have time to dive ...

Applied design patterns: Database abstraction (part 2)

Monday, June 9th, 2008

In some of my previous posts, I've pretty much ranted about the poor design qualities of some people that enjoy calling themselves PHP programmers. In these two posts however, I'd like to show you what good and proper design is. The topic is the same as that in my previous ...

Applied design patterns: Database abstraction (part 1)

Monday, June 9th, 2008

In some of my previous posts, I've pretty much ranted about the poor design qualities of some people that enjoy calling themselves PHP programmers. In these two posts however, I'd like to show you what good and proper design is. The topic is the same as that in my previous ...