subhoney / VisualCalculator

A calculator coded in C#. Codenamed: "Joshulator"
MIT License
0 stars 3 forks source link

Variable Factory? #7

Closed subhoney closed 8 years ago

subhoney commented 8 years ago

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.

subhoney commented 8 years ago

Here is the factory design pattern.

subhoney commented 8 years ago

Removed calculation factory. YAGNI.