Comment on A few days of programming on iOS and Android illustrates a vast difference.parentComments−reidmain15yWhat is the annoyance with declaring properties? How is it worse than other languages?You have a single line that specifies a property and then a single line to synthesize the accessors if you don't need to do anything unique inside them.
Comments
What is the annoyance with declaring properties? How is it worse than other languages?
You have a single line that specifies a property and then a single line to synthesize the accessors if you don't need to do anything unique inside them.