What are the best tricks for learning how to -think- in Objective-C?

Posted by Braintapper on Stack Overflow See other posts from Stack Overflow or by Braintapper
Published on 2010-04-17T15:03:22Z Indexed on 2010/04/17 15:13 UTC
Read the original article Hit count: 202

Filed under:

Before I get flamed out for not checking previous questions, I have read most of the tutorials, and have Hillegass' book, as well as O'Reilly's book on it. I'm not asking for tips on Cocoa or what IDE to use.

Where my issue lies - my 'mental muscle memory' is making it hard for me to read Objective-C code.

I have no problems at all reading Java and C code and understanding what's going on.

Maybe I'm getting to old to learn a new syntax, but it's a struggle shifting mental gears and looking at Objective-C code and just "getting it" (I thought it might be an isolated case, but I have other friends who are seasoned devs who have said the same thing).

Are there any tricks that any non-Objective-C programmers who now know Objective-C used to help process the syntactical differences when learning it?

For some reason, I get dyslexic when reading Objective-C code. Maybe I'm not meant to be able to learn it (and that's ok too). I was hoping/wondering if there might be others who have had the same experience.

© Stack Overflow or respective owner

Related posts about objective-c