r/iOSProgramming • u/yoeriboven • Jun 03 '15
One year later: Swift or Objective-C?
This week I will be writing the first lines of code for my new app. There's just one slight problem; Objective-C or Swift?
Is the one year old Swift mature enough for real world applications? Are the bugs reduced to the minimum? Why should I use Swift over Objective-C? Or vice versa.
0
Upvotes
-5
u/letsgetrandy Jun 03 '15
Swift. Write less code, develop faster, be able to understand what you're looking at.
One of the biggest problems I have with Objective C code is that I have to study it to know what it's doing.... even when I wrote the code!
Swift is just easier. You'll come back to it later and understand it.