AlistairTait12 / FightWaste

The FightWaste console application - get a quick shopping list based on your meal plan
0 stars 0 forks source link

Refactor ModelTableOutputter class #3

Open AlistairTait12 opened 1 year ago

AlistairTait12 commented 1 year ago

ModelTableOutputter's use should be restricted to IngredientQuantityModel. This will make the class cleaner and avoid needing to cater for every possibility of property type. It can be made generic in future if required.