Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace monkeypatched Hash with refinements #9

Open
rpbaptist opened this issue Aug 4, 2017 · 1 comment
Open

Replace monkeypatched Hash with refinements #9

rpbaptist opened this issue Aug 4, 2017 · 1 comment

Comments

@rpbaptist
Copy link

Monkeypatching is considered bad practice, as unexpected code leaks throughout an application.

Including your gem will change the behavior of Hash for an entire application, which should be avoided.

Please consider using Refinements instead.

@lemonway
Copy link
Contributor

it is a legacy repository.

please checkout
https://github.com/lemonwaysas/ruby-client-direckit-json2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants