COVID-QA
COVID-QA copied to clipboard
Applied iterator pattern to Response
Implemented the iterator pattern on classes Response and ResponseToIndividualQuestion.
This makes it easier to traverse the results collection in the Response and get access to the results in a sequential manner without any need to know its underlying representation.