Open obrienpja opened 5 years ago
As per my conversation with lead software architect, investigate implementing the suggested software patterns.
Kory suggested using Strategy pattern for the following line in main.cpp: std::unique_ptr<Algorithm> alg(new MonteCarlo);
std::unique_ptr<Algorithm> alg(new MonteCarlo);
As per my conversation with lead software architect, investigate implementing the suggested software patterns.