As for the good/ok/I guess we had it coming news, the next assignment has been posted! Quite a few mysteries juggling in my head. For the assignment, we'll be doing a factory pattern, which is a templated abstract factory. This allows the macro creation of a concrete factory, but I'm not sure how just yet. The implementation also calls for a list of concrete factories, along with many methods that seem to be static methods calling a static list. The list, since it calls for constant time lookup, seems to be a HashMap. However, why does it call begin and end? This, along with the static HashMap, exposes the implementation of HashMap. I must ask about it tomorrow.
Such mystery! I will have to resolve it before our professor leaves.
No comments:
Post a Comment