youknowone / FoundationExtension

Foundation/Cocoa/UIKit extension kit. Reference document:
http://youknowone.github.io/FoundationExtension
Other
121 stars 22 forks source link

NSObject(NSValue) Fix #5

Closed tadeuzagallo closed 11 years ago

tadeuzagallo commented 11 years ago

The NSValue category of NSObject overwrites any property named value of any object. It was overwriting my NSManagedObject 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 named NSObject(NSValue)#fe_value.

Also removed a duplicate file with different case that was generating a conflict since my OSX is set to case insensitive.

youknowone commented 11 years ago

Thank you very much. About the prefix, I am avoiding underscore prefixes. I will rename it to more verbose name.

tadeuzagallo commented 11 years ago

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!

youknowone commented 11 years ago

Thank you. Any missing feature suggestion is welcome :D