Hi All,
I have a project I am going to be starting shortly, just recieved the specs. I plan on using python with flask for this project and the question I have (for now) just has to do with the python. My question is, this calculator is going to calculate ~4 different prices using different formulas, parameters, etc., should I break each calculation into its own class or does it make more sense to have one "calc" class with functions for each type of calculation? Thanks