[swift-users] Why unary ++ operator has been deprecated?

2016-07-04 Thread Martin Delille via swift-users
Everything is in the title. ___ swift-users mailing list swift-users@swift.org https://lists.swift.org/mailman/listinfo/swift-users

[swift-users] No prefix habit

2016-06-29 Thread Martin Delille via swift-users
Since I'm new to Swift, I'm reading a lot of tutorial/example code and I realized people use non prefixed variable name, ie: class WindowController: NSWindowController { } Is it a good practice since Swift 3 tends to ban the "NS" prefix from its core class?