willowtreeapps / swift-style-guide

The official Swift style guide for WillowTree, Inc.
MIT License
16 stars 3 forks source link

Correctness is outdated #28

Open mattyohe opened 8 years ago

mattyohe commented 8 years ago

Consider warnings to be errors. This rule informs many stylistic decisions such as not to use the ++ or -- operators, C-style for loops, or strings as selectors.

https://github.com/willowtreeapps/swift-style-guide/tree/feature%2Fplayground#correctness

Someone want to take a stab at rewording this section or killing it? We can't even use inc/dec operators or c-style for loops anymore.