dcolli23 / ingreedyents

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

Implement a measurement class or struct #31

Closed dcolli23 closed 4 years ago

dcolli23 commented 4 years ago

Description

We need to implement a measurement struct or class that stores both the amount and unit of the serving size in a convenient way.

If we go the class route, we should implement methods for converting between units as well.