Do Refactoring Ruby
private. Please refer to the GitHub repository of the class.
--Refactoring is "changing the contents without changing the behavior" --In refactoring, change the program little by little. That way, if you make a mistake, you can easily find the bug. --Refactoring techniques include "extracting methods," "moving methods," and "from type code to State/Strategy."
Recommended Posts