Re: NSTextField Image
Re: NSTextField Image
- Subject: Re: NSTextField Image
- From: "I. Savant" <email@hidden>
- Date: Thu, 12 Apr 2007 12:33:03 -0400
On 4/12/07, Michael Novak <email@hidden> wrote:
curious question....
when subclassing something, how do you organize the subclasses? Do you keep
them in separate files or add them to the AppController or MyDocument files?
might be a stupid question but just curious.
For this type of question (overall object-oriented programming
approaches), I'd recommend picking up a good OOP book. In general,
yes, you keep classes each in their own separate file for good
housekeeping. Of course a cluster of related classes are sometimes
kept in the same file. It's up to you, really.
--
I.S.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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