<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Nov 7, 2017, at 6:05 PM, Jon Gilbert via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" class="">swift-evolution@swift.org</a>&gt; wrote:</div><div class=""><div class=""><br class="">It’s easy to have projects where one Swift module is made up of numerous git repos. You can silo who is allowed to touch your code that way even within people working on a single module.<br class=""></div></div></blockquote><div><br class=""></div>Why do you need to have multiple git repos contribute to a single module instead of having each repo produce its own module? I don’t understand why you would do that.</div><div><br class=""></div><div>To me “module” implies “a cohesive set of code maintained by a single team”. I trust people on my team, and I can also see every change that goes into the projects I work on.</div><div><br class=""></div><div>Again, if you don’t trust developers that are contributing code to your module then you have bigger problems than this. Proper module boundaries would help to address those problems.</div><div><br class=""><blockquote type="cite" class=""><div class=""><div class="">Having a class “partial” where anyone in the module can screw around is dangerous and therefore un-Swifty. <br class=""></div></div></blockquote><div><br class=""></div><div>This is contradicted by the experience of a large community of C# developers who have been using partial classes for years without running into your hypothetical problems.</div><div><br class=""></div><div>A search on GitHub shows over 5 million hits for “partial class” in C# code:</div><div><a href="https://github.com/search?l=C#&amp;q=&quot;partial+class&quot;&amp;type=Code" class="">https://github.com/search?l=C%23&amp;o=desc&amp;q=%22partial+class%22&amp;s=indexed&amp;type=Code</a></div><div><br class=""></div><div>There are over 2000 hits in the Rosyln codebase alone (Microsoft’s C# compiler):</div><div><br class=""></div><div><a href="https://github.com/dotnet/roslyn/search?q=&quot;partial+class&quot;&amp;type=" class="">https://github.com/dotnet/roslyn/search?q=%22partial+class%22&amp;type=</a></div><div><br class=""></div><div>This is heavily used in the real world by professionals working on projects of all sizes.</div><div><br class=""></div><div>I think we have to weigh the FUD against what we can observe actually happening in the wild when developers use a feature like this. The reality is that the things you’re concerned about are not actually problems in practice. They’re contrived hypotheticals.</div></div></body></html>