FROM : Graham Cox
DATE : Thu May 15 15:32:06 2008
I did say I was simplifying. Write for the audience.
The procedural code doesn't have a hidden 'self', it's completely
explicit:
id objc_msgSend(id theReceiver, SEL theSelector, ...);
G.
On 15 May 2008, at 11:21 pm, Torsten Curdt wrote:
> Hm ...I would have though the runtime would just do dependency/
> reference injection.
> And the procedural code has a (hidden) reference/parameter to the
> object instance - that would be "self".
DATE : Thu May 15 15:32:06 2008
I did say I was simplifying. Write for the audience.
The procedural code doesn't have a hidden 'self', it's completely
explicit:
id objc_msgSend(id theReceiver, SEL theSelector, ...);
G.
On 15 May 2008, at 11:21 pm, Torsten Curdt wrote:
> Hm ...I would have though the runtime would just do dependency/
> reference injection.
> And the procedural code has a (hidden) reference/parameter to the
> object instance - that would be "self".
| Related mails | Author | Date |
|---|---|---|
| John Love | May 15, 13:30 | |
| Graham Cox | May 15, 13:53 | |
| Torsten Curdt | May 15, 15:21 | |
| Graham Cox | May 15, 15:32 | |
| Mike Abdullah | May 15, 15:36 | |
| Torsten Curdt | May 15, 15:53 | |
| Erik Buck | May 15, 16:08 | |
| Graham Cox | May 15, 16:13 | |
| John Love | May 17, 16:01 |






Cocoa mail archive

