DRYing Up Your Ruby Module
You know about the Don’t Repeat Yourself principle, but how do you actually apply it in production code? Let’s refactor a Ruby module and see the DRY principle in action.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
You know about the Don’t Repeat Yourself principle, but how do you actually apply it in production code? Let’s refactor a Ruby module and see the DRY principle in action.
Post a comment