Re: Obj-C - your thoughts on hiding data members?
Re: Obj-C - your thoughts on hiding data members?
- Subject: Re: Obj-C - your thoughts on hiding data members?
- From: Jens Alfke <email@hidden>
- Date: Sun, 24 Jan 2016 16:29:41 -0800
I do; it makes the @interface shorter and easier to read, and afterwards if you change/add/remove an instance variable, it only touches the .m file, so it doesn’t force a bunch of other files to recompile.
—Jens
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden