Archive for December 29th, 2009
Today I read an interesting chapter in Writing Solid Code, and it showed an example where a supposed optimization led to code bloat: To represent the hierarchical window structure, Character Windows used a binary tree in which one branch pointed to subwindwos, called “children” and the other branch pointed to windows with the same parent, called [ READ MORE ]