FROM : Chris Stewart
DATE : Wed Jul 19 23:04:38 2006
Great thread.
I tend to agree with what Michael posted. I would declare everything in the
header file and not really worry about methods being overridden if I'm
extending from a base class.
On 7/19/06, Dirk Stegemann <Dirk.Stegemann.<email_removed>> wrote:
>
> Hello,
>
> Am 19.07.2006 um 21:47 schrieb Michael Watson:
>
> > I'm not a big fan of putting the standard methods in the header
> > file, either.
>
> I usually put all those declarations of my class into the header file
> which aren't already declared in the super class, and which are used
> by code outside my class, so the compiler doesn't issue the "might
> not respond to..." warning; this gives me the chance to find those
> implementations which are indeed missing.
>
> Best regards,
> Dirk Stegemann
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Cocoa-dev mailing list (<email_removed>)
> Help/Unsubscribe/Update your Subscription:
>
> http://lists.apple.com/mailman/options/cocoa-dev/<email_removed>
>
> This email sent to <email_removed>
>
--
Chris Stewart
<email_removed>
DATE : Wed Jul 19 23:04:38 2006
Great thread.
I tend to agree with what Michael posted. I would declare everything in the
header file and not really worry about methods being overridden if I'm
extending from a base class.
On 7/19/06, Dirk Stegemann <Dirk.Stegemann.<email_removed>> wrote:
>
> Hello,
>
> Am 19.07.2006 um 21:47 schrieb Michael Watson:
>
> > I'm not a big fan of putting the standard methods in the header
> > file, either.
>
> I usually put all those declarations of my class into the header file
> which aren't already declared in the super class, and which are used
> by code outside my class, so the compiler doesn't issue the "might
> not respond to..." warning; this gives me the chance to find those
> implementations which are indeed missing.
>
> Best regards,
> Dirk Stegemann
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Cocoa-dev mailing list (<email_removed>)
> Help/Unsubscribe/Update your Subscription:
>
> http://lists.apple.com/mailman/options/cocoa-dev/<email_removed>
>
> This email sent to <email_removed>
>
--
Chris Stewart
<email_removed>
| Related mails | Author | Date |
|---|---|---|
| Vinay Prabhu | Jul 19, 08:32 | |
| Shawn Erickson | Jul 19, 08:40 | |
| Dix Lorenz | Jul 19, 08:43 | |
| Finlay Dobbie | Jul 19, 13:50 | |
| Dix Lorenz | Jul 19, 14:02 | |
| Vinay Prabhu | Jul 19, 14:04 | |
| Scott Ribe | Jul 19, 20:34 | |
| Michael Watson | Jul 19, 20:47 | |
| Dirk Stegemann | Jul 19, 21:39 | |
| Chris Stewart | Jul 19, 23:04 |






Cocoa mail archive

