26
QsMAD
7y

Worst part about Swift 3, is searching on StackOverflow for the answer to a question but it's written in Swift 1 and it's not compatible

Comments
  • 0
    That's why left it immediately see the update and switched to objective c
  • 3
    @nixon1333 yea, I don't mind it tho. I think it just makes me a better dev for trying to find it on my own.
  • 0
    @cortdavis that's great but, for swift's ground breaking update, its not worth my time
  • 2
    Unity engine Q&A has simmilar problems...
  • 0
    My coworker just did the same - segfaults everywhere
  • 0
    @nixon1333 You should reconsider that. Swift3 is a great starting point compared to previous versions
  • 1
    I found that for certain things if you type some code in Swift instead of Swift 3 by accident, Xcode will mark it and give you the option to auto change it to the updated version
  • 1
    @hidden Yep, I get errors about "where" keyword during compilation of my Swift 2.3 code base that then disappear after completion.
  • 3
    5 days from now, we will see job ads requiring 5 years experience in Swift 3
  • 1
    I think the worst part is that you get all the objective C answers too. 😣
  • 0
    It's a real pain, changed my code to C#..way better documentation, even on Mac (mono ftw) ✌🏻️
Add Comment