brandon-a / CIS-22C-Group-Project

Using different data structures to organize USDA nutritional facts.
0 stars 0 forks source link

Null value = -? #32

Closed theorangepotato closed 8 years ago

theorangepotato commented 8 years ago

I liked the idea from one of the groups yesterday where if no data is provided, a negative number (-1) is placed in the variable so that we can differentiate between a value of 0 and no data. I would just write and push it, but this seems like a change everyone should at least be aware of, if not have input on. So, should I implement this?

brandon-a commented 8 years ago

I agree this is a good idea.

theorangepotato commented 8 years ago

I believe my most recent commit just implemented this.