Flexible UI Toolkit Implementation

I’m not the sort of programmer that runs around quoting design patterns and drawing UML diagrams. However, maybe it’s useful to discuss this rule of thumb, in the context of toolkits such as GTK+ and Clutter: It’s best to avoid code that “knows about” the scene graph or toolkit as a whole. Here are some […]