CSC/ECE 517 Fall 2015/oss E1557 GXM: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
(First Commit)
 
(Basic Introduction)
Line 1: Line 1:
E1557. Refactoring SignUpSheetController.rb and SignUpSheet.rb
= E1557. Refactoring SignUpSheetController.rb and SignUpSheet.rb =
In this project, we have unit tested various methods in SignUpSheetController.rb and SignUpSheet.rb as well as refactoring these methods.  We first wrote unit tests to ensure we had adequate coverage for our methods.  Then, we refactored our methods with confidence found from our unit tests.

Revision as of 16:31, 31 October 2015

E1557. Refactoring SignUpSheetController.rb and SignUpSheet.rb

In this project, we have unit tested various methods in SignUpSheetController.rb and SignUpSheet.rb as well as refactoring these methods. We first wrote unit tests to ensure we had adequate coverage for our methods. Then, we refactored our methods with confidence found from our unit tests.