[Cronometer-development] diffSource
Brought to you by:
artichikin
|
From: Aaron D. <ada...@po...> - 2005-05-01 03:59:20
|
Right now it can't create new foods as it complains in diffSource() that the source is the same. I think this was intended to prevent adding a food that already exists in the mutable foods. How should we handle this case? Should I modify diffSource() to actually query the source for the prior existence of the food, or should I work higher up the call hierarchy to avoid calling diffSource() when adding a new food? |