Closed subhoney closed 8 years ago
The calc could use the factory method to generate mathematical variables and operations. Is this the best approach?
Comment on why or why not.
Here is the factory design pattern.
Removed calculation factory. YAGNI.
Question
The calc could use the factory method to generate mathematical variables and operations. Is this the best approach?
Comment on why or why not.