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

please add Prefix (like "bc" for bugsnag-cocoa) to method names to avoid "multiple methods name error(s)"errors #29

Closed
MirkoBrunner opened this issue Nov 13, 2014 · 2 comments

Comments

@MirkoBrunner
Copy link

So in our big project we have a method called "mergeWith:" and we can´t rename our method name(s) quickly. And i see bugsang is very small ;) . SDWebImage adds, for example, the prefix "sd".

@Mazyod
Copy link

Mazyod commented Dec 11, 2014

@MirkoBrunner method prefixes only make sense for categories. In your case, you're probably calling methods on id objects, and multiple headers are exposed to the implementation. It's either a poor header management problem, or simply cast the object to it's actual type.

Either case, this isn't an issue related to bugsnag.

@snmaynard
Copy link
Contributor

I agree with @Mazyod that it doesn't seem directly related to the library - but either way we have re-written the library to use KSCrash now so its likely that will help.

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

3 participants