Re: Strong language about Cocoa and Qt.
Re: Strong language about Cocoa and Qt.
- Subject: Re: Strong language about Cocoa and Qt.
- From: James Quick <email@hidden>
- Date: Wed, 2 Jul 2003 11:49:39 -0400
On Wednesday, July 2, 2003, at 08:53 AM, Jeff Harrell wrote:
I went a different route. I created a custom file template that
includes everything I need. It subclasses NSObject, and includes
+initialize, -init, and -dealloc. If I need to do anything in those
methods, I fill them in. If not, I just leave them empty.
You are playing with fire, here.
If you do not need to implement them, delete them so that calls to
those messages are
passed to super. This is *A VERY BAD IDEA*
Sorry for shouting.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.