TheLearningCurve / NutritionApiV3

0 stars 0 forks source link

Change StringValues class to be enum or static (undecided) #28

Open BrandonVanderMey opened 8 years ago

BrandonVanderMey commented 8 years ago

This will prevent having to made duplicate objects of the StringValues class as the class serves only one purpose.

KyletheWolff commented 8 years ago

Static is fine sine they are just strings. Lets go a head with this change.