Skip to content
This repository was archived by the owner on May 20, 2024. It is now read-only.

Duplicate definition of 'ref' method #17

Open
bitops opened this issue Jun 28, 2016 · 1 comment
Open

Duplicate definition of 'ref' method #17

bitops opened this issue Jun 28, 2016 · 1 comment

Comments

@bitops
Copy link

bitops commented Jun 28, 2016

The ref method is defined in two modules, both of which are included in the project ApplicationController.

The duplicate definitions are here:

I believe that defining a method with the same name in two different places is at best confusing and at worst may lead to undesirable application behavior. When calling ref through the application, it's not clear which ref is being referred to without use of the debugger.

Therefore, these two methods should have different names for the sake of clarity.

@bitops
Copy link
Author

bitops commented Aug 10, 2016

@erwan bump

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

No branches or pull requests

1 participant