Closed tadeuzagallo closed 11 years ago
Thank you very much. About the prefix, I am avoiding underscore prefixes. I will rename it to more verbose name.
Alright, I just started using your library right now, couldn't identify a pattern to name the method so just prefixed it. Glad to help, very good library!
Thank you. Any missing feature suggestion is welcome :D
The
NSValue
category ofNSObject
overwrites any property namedvalue
of any object. It was overwriting myNSManagedObject
property so I think it might not be too good to keep with this name, so I prefixed it with the project name, so it's now namedNSObject(NSValue)#fe_value
.Also removed a duplicate file with different case that was generating a conflict since my OSX is set to case insensitive.