CSC207-UofT / course-project-group-039-foodies

course-project-group-039-foodies created by GitHub Classroom
4 stars 0 forks source link

Applying Filters to RecipeBooks fails #89

Closed Supermac30 closed 2 years ago

Supermac30 commented 2 years ago

I'm not sure why this is happening, but I suspect that it has something to do with the fact that RecipeCollection only filters when its iterator is used.

dohyunkim02 commented 2 years ago

I think that is true. Sorting and filtering recipes happen inside the iterator() so it sorts or filters when the iterator() is called.

Supermac30 commented 2 years ago

This is fixed in pull request #95