dcolli23 / ingreedyents

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

Make Nutrient map in IngredientResult class private #34

Open dcolli23 opened 4 years ago

dcolli23 commented 4 years ago

Description

Instead of exposing the map as a public attribute, we should make this private and have access methods for the map. This will be more secure and easier to develop with.