CSC/ECE 517 Spring 2021 - E2103. Refactor response controller.rb: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
This page details project documentation for the CSC/ECE 517 Spring 2021, "E2103 refactor response_controller.rb" project.
This page details project documentation for the CSC/ECE 517 Spring 2021, "E2103 refactor response_controller.rb" project.
== Code Refactor Tasks and Issues ==
Below is a list of code refactor tasks and issues addressed by this team in this project. We have also included any pertinent details, reasonings, comments, warnings, etc., corresponding to each task.
=== METHOD: def scores ===
This method performs a task that is already defined and working in other classes. After careful consideration, this particular method was removed.
*add picture?

Revision as of 22:47, 17 March 2021

This page details project documentation for the CSC/ECE 517 Spring 2021, "E2103 refactor response_controller.rb" project.


Code Refactor Tasks and Issues

Below is a list of code refactor tasks and issues addressed by this team in this project. We have also included any pertinent details, reasonings, comments, warnings, etc., corresponding to each task.

METHOD: def scores

This method performs a task that is already defined and working in other classes. After careful consideration, this particular method was removed.

  • add picture?