On Aug 14, 2008, at 02:17:25, Ofri wrote:
> [foo bar]. foo.bar makes it confusing with C structs.
So, [foo bar] in the Purple Plug-in, and foo.bar everywhere else,
where structs aren't a problem?
The only structs in Cocoa are the geometric structs
(NS{Point,Size,Rect}) and NSRange. Everything else is a property
access. I see no problem with that.