andrayantelo / ivys_attic

0 stars 0 forks source link

got rid of favorites function, added Product Collection class #51

Closed andrayantelo closed 7 years ago

andrayantelo commented 7 years ago

Should the attributes in the Product Collection class be arrays?

johntyree commented 7 years ago

It depends on how you want to use them. If you need to look up values frequently and rarely find yourself iterating over it other than to check if something is present or not, then a list is not a good choice.