26

Bad Java code is one thing. Bad objective-c code is like OHHHH MY GOD DUDE WTF ARE YOU DOINGGGGG

Comments
  • 4
    Or you could code in Swift then you don't have that problem because it's always beautiful
  • 2
    I agree Swift is a much nicer language. Have to convince the senior developer to start using it.
  • 1
    I am always in awe of the average good quality of apps in Objective-C, given its complexity and verbosity
  • 1
    @Casanovanoir Compiler crashes everywhere though...
  • 0
    The use of try catch in objective-c it automatically sentence to to dead by combat
  • 1
    @zordan it's really due to the fact that newer developers love to use advanced features of the language for simple tasks that makes the code unreadable. For example, team member of mine used method swizzling when a simple if-else statement would suffice.
Add Comment