Skip to content

method names will conflict potentially #5

Description

@AknEp

Non-prefixed methods (e.g.: + (RACSignal *)findAll) will conflict with other libraries (e.g. MagicalRecord)

So, all methods should be renamed to prefixed version.

old

+ (RACSignal *)findAll;

new

+ (RACSignal *)rac_findAll;

FYI:
"Namespacing - NSHipster" http://nshipster.com/namespacing/

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions