Skip to content

Commit 3d92ac2

Browse files
committed
Merge pull request swiftlang#72 from masters3d/patch3
added Commonly Proposed Changes
2 parents c397f22 + 91e5fd4 commit 3d92ac2

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
This repository tracks the ongoing evolution of Swift. It contains:
66

7+
* [Commonly Proposed Changes](commonly_proposed.md) to Swift
78
* Goals for upcoming Swift releases (this document)
89
* The [Swift evolution review schedule](schedule.md) tracking proposals to change Swift
910
* The [Swift evolution process](process.md) that governs the evolution of Swift.

commonly_proposed.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
### Commonly Proposed Changes
2+
3+
* [Replace `{}` Brace Syntax](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20151214/003656.html)
4+
* [Replace Logical Operators (`&&` `||` etc) with natural language](https://lists.swift.org/pipermail/swift-evolution/2015-December/000032.html)
5+
* [Replace `?:` Ternary Operator](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20151214/002609.html)
6+
* [Rewrite the Swift compiler in Swift](https://github.com/apple/swift/blob/2c7b0b22831159396fe0e98e5944e64a483c356e/www/FAQ.rst)
7+
* [Remove `;` Semicolons](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20151214/002421.html)
8+
* [Remove `default` in Switch statements](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20151207/001422.html)
9+
* [Replace `in` with `->` in Closures] (https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20151214/002583.html)
10+
* [`if/else` and `switch` as expressions](https://lists.swift.org/pipermail/swift-evolution/2015-December/000393.html)
11+
12+

0 commit comments

Comments
 (0)