[swift-evolution] [pitch] "import" declaration, support for comma-separated modules

Said Sikira saidsikira at gmail.com
Mon Oct 17 10:40:25 CDT 2016


-1. I disagree.

Having one import per line is much more readable and maintainable
especially when you have statements like `import func Framework.someMethod`.

Being able to use `let a, b, c, …` doesn’t have to do anything with
importing modules since those are completely different features of the
language.

On October 17, 2016 at 5:22:02 PM, Jay Abbott via swift-evolution (
swift-evolution at swift.org) wrote:

-1 - I don't like this.

I never understood the desire for *extreme* vertical conciseness, it tends
to make code less readable in general and definitely makes diffs a lot
harder harder to read.


On Sun, 16 Oct 2016 at 11:26 Anton Zhilin via swift-evolution <
swift-evolution at swift.org> wrote:

> Purely additive feature, not for Swift 4 Phase 1.
> And a -1 from me for reasons already mentioned.
> _______________________________________________
> swift-evolution mailing list
> swift-evolution at swift.org
> https://lists.swift.org/mailman/listinfo/swift-evolution
>
_______________________________________________
swift-evolution mailing list
swift-evolution at swift.org
https://lists.swift.org/mailman/listinfo/swift-evolution
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-evolution/attachments/20161017/4ff00463/attachment.html>


More information about the swift-evolution mailing list