Ruby on Rails refactoring - service object pattern
This refactoring pattern is very simple but I found it very useful in every app I was working on. You can use it wherever class or method has to much code. Learn about this pattern
This refactoring pattern is very simple but I found it very useful in every app I was working on. You can use it wherever class or method has to much code. Learn about this pattern
Post a comment