In defence of Objective-C
splinter.com.au
In defence of Objective-C
1–10 of 122 posts
Re: In defence of Objective-C
#2Re: In defence of Objective-C
#3Is it considered poor form around here to submit your own articles? If so, i'm terribly sorry and will remove, however i feel strongly that a lot of people write off obj-c based on superficial weaknesses, and that it has a lot of strengths that are very underrated, and i wish i'd known a lot of this stuff when i started off in iphone development.
Re: In defence of Objective-C
#4See also the App Store policies. Apple's priorities tend to be it's users, Apple, then any 3rd party developers. I don't tend to think this is a bad thing...
Re: In defence of Objective-C
#5Re: In defence of Objective-C
#6There’s a philosophy here: user happiness is prioritised over developer happiness. See also the App Store policies. Apple's priorities tend to be it's users, Apple, then any 3rd party developers. I don't tend to think this is a bad thing...
Re: In defence of Objective-C
#7Is it considered poor form around here to submit your own articles? If so, i'm terribly sorry and will remove, however i feel strongly that a lot of people write off obj-c based on superficial weaknesses, and that it has a lot of strengths that are very underrated, and i wish i'd known a lot of this stuff when i started off in iphone development.
Re: In defence of Objective-C
#8After doing a couple of projects with it I've found it to be a really beautiful language from a code formatting point of view.
The whole 'overly verbose' thing is probably just because you are encouraged to give your methods and arguments good descriptive names, and often when you do need short variable names for some maths calculations or something it will be while inside a method block using good old C style anyway.
I don't know, it's flexible, (arguably) attractive and it runs fast.
Yay Objective-C! :)
Re: In defence of Objective-C
#9Does Objective-C really need defending? After doing a couple of projects with it I've found it to be a really beautiful language from a code formatting point of view. The whole 'overly verbose' thing is probably just because you are encouraged to give your methods and arguments good descriptive names, and often when you do need short variable names for some maths calculations or something it will be while inside a me…
Re: In defence of Objective-C
#10I'd love to know what Eclipse/VS/NetBeans users think about it, maybe it's easier if you're already used to working inside a huge IDE.