Hacker News new | ask | show | jobs
by mentos 1003 days ago
My biggest takeaway from my time programming in Objective-C was not being afraid to name functions and variables more verbosely.

Curious to hear what aspects of Objective-C you feel influenced id?

2 comments

Well, as I say, I'd been meaning to look into this in more detail because it's something I'd been long curious about. But I don't think I have time right now to dig into it.
If and when you do, I hope you'll write about it and post it to HN!
> Curious to hear what aspects of Objective-C you feel influenced id?

Well, 'id' is the generic object type in ObjC. ;-)