dcolli23 / ingreedyents

Optimizes the use of ingredients by ingredient UPC lookup
0 stars 0 forks source link

Refactor IngredientResult to just be Ingredient class #33

Closed dcolli23 closed 4 years ago

dcolli23 commented 4 years ago

Description

Lumping everything together into an IngredientResult class unnecessarily obfuscates the purpose behind the class. Change this to Ingredient class and refactor any functionality that isn't directly related to the ingredient nutrition information out of the class.