Yes, that is the point. If you use braces in Swift, you will naturally
gravitate to all sorts of personalized strategies. Now this is possible
with significant whitespace (e.g.: Python uses the semicolon to put
multiple statements on the same line) but not nearly as common.


On Sun, Dec 20, 2015 at 4:22 AM, Tino Heth <[email protected]> wrote:

>
> var foo: Int
> {
>     get
>     {
>         return _foo
>     }
>     set
>     {
>         _foo = newValue
>     }
> }
>
> I assume you know that braces don't require an extra line for themselves?
> ;-)
>
_______________________________________________
swift-evolution mailing list
[email protected]
https://lists.swift.org/mailman/listinfo/swift-evolution

Reply via email to