Closed steveklabnik closed 10 years ago
What do we want to do about https://github.com/balanced/balanced-ruby/blob/1.1.0/lib/balanced/resources/resource.rb#L129-L135 and the tests that look to be using them?
My grep skills are terrible. Let me investigate.
This seems like an anti-pattern, we should probably refactor this to a mixin -- we're not following DRY here
I am not totally opposed to a mixin, but this is a very tiny diff. Is it really worth replacing with a bunch of metaprogramming? My initial say is no, but maybe it is.
@steveklabnik sure makes sense, just really worried about you going through the code and modifying all of these branches, seems like a code smell that I might've introduced
Cool. Let's not worry about this until the complexity justifies it.
We want to move to using 'unstore' as the preferred name for this action.
Keeping delete around since it's basically zero maintenance burden. No reason to force people to re-write code they've already written.