#refactoring
Read more stories on Hashnode
Articles with this tag
Look at your code and identify any areas where you can improve. Refactoring isn't about fixing bugs but improving your code's readability, efficiency,...
An example of refactoring a controller to use local variable and shorthand hash syntax ยท I like to use as much as possible the new features in Ruby. In...