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

Changed YDB_NodeDeleteRules to use NS_OPTIONS #166

Merged
merged 1 commit into from
Apr 23, 2015

Conversation

jj0b
Copy link
Contributor

@jj0b jj0b commented Apr 22, 2015

Using NS_OPTIONS is better than using a C-style enum because NS_OPTIONS (and NS_ENUM) are fully compatible with Swift, whereas a C-style enum is more difficult to access in Swift.

Using NS_OPTIONS is better than using a C-style enum because NS_OPTIONS (and NS_ENUM) are fully compatible with Swift, whereas a C-style enum is more difficult to access in Swift.
robbiehanson added a commit that referenced this pull request Apr 23, 2015
Changed YDB_NodeDeleteRules to use NS_OPTIONS
@robbiehanson robbiehanson merged commit bb26a5e into yapstudios:master Apr 23, 2015
@robbiehanson
Copy link
Contributor

Thank you !

@jj0b
Copy link
Contributor Author

jj0b commented Apr 23, 2015

Thank you! I'm really loving getting to know YapDatabase!

@jj0b jj0b deleted the patch-1 branch April 23, 2015 05:55
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

Successfully merging this pull request may close these issues.

2 participants