CSC/ECE 517 Spring 2023 - E2336. Reimplement response.rb

From Expertiza_Wiki
Revision as of 19:33, 7 April 2023 by Ddasari (talk | contribs)
Jump to navigation Jump to search

Project Overview

There are several issues we plan to address as part of this project.

  • Refactor the self.get_all_responses method as an instance method in response_map.rb file.
  • Add more descriptive comments for the tests.

Issue 5: Refactor the self.get_all_responses method

Issue 6: Add more descriptive comments for the tests