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.
Description
Lumping everything together into an
IngredientResult
class unnecessarily obfuscates the purpose behind the class. Change this toIngredient
class and refactor any functionality that isn't directly related to the ingredient nutrition information out of the class.