You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some things are not finished yet for the FlyWeight pattern implementation. For example:
the Row and Column classes are not subclasses of Glyph yet, though they should according to the diagram on page 197 of the book, and the text on page 202.
The BTree class is not implemented yet.
...
All these things were added as TODO-comments and should be implemented.
The text was updated successfully, but these errors were encountered:
Some things are not finished yet for the FlyWeight pattern implementation. For example:
Row
andColumn
classes are not subclasses ofGlyph
yet, though they should according to the diagram on page 197 of the book, and the text on page 202.BTree
class is not implemented yet.All these things were added as TODO-comments and should be implemented.
The text was updated successfully, but these errors were encountered: