Add wiki page about factory patterns #493
Labels
3
Features of medium complexity or infrastructure enhancements
documentations
Adds a new manual to Wiki.
S1 — C++
To solve the issue, you barely need knowledge about CPU microarchitecture, just C++ coding.
We use factory patterns for two classes: BP and Simulator, and we are going to spread the approach to new classes as well. Because of that we want to have the pattern described in our Wiki.
The structure of the page should follow the agenda:
std::map
etc.I advise to look through "Gang of Four" book (a.k.a. Design Patterns: Elements of Reusable Object-Oriented Software, please demand it from the mentor), Wikipedia article, and our source code database (bpu.cpp and simulator.cpp).
The text was updated successfully, but these errors were encountered: