11

I was thinking maybe I could learn Swift. Then I saw the accepted pull request about deleting i++ and i-- operators...

Seriously wtf, i mean OK setting them as deprecated, but deleting ? Dude no

Comments
  • 2
    much innovation from Apple!
    I never heard a dev saying: Fuck i++ is making code look ugly!

    FML :\
  • 0
    No interest in learning swift, but, what would be the equivalent of i++ after that? Or just i = i + 1 would be valid?
  • 2
    @ocalderon x += 1
    the thing is we can no longer use i++ in as a function param, because apple thought it is a C style shit that needs to disappear
Add Comment