Clarification on the semantics of IterCF in project1
niebayes opened this issue · 2 comments
niebayes commented
Does the IterCF
method always return a new iterator on a snapshot or a existing iterator if there's one?
Only one test case of project 1 covers the usage of IterCF
, so I am not able to figure out its semantics.
Connor1996 commented
always return a new iterator
niebayes commented
Thanks!