On 02/17/2015 11:23 PM, Muahmmad Adel wrote:

> I have searched online and I found no way for dividing D Module
> between multiple files.

As always, documentation can be better. :) There is the relatively new "package module":

  http://dlang.org/module.html#package-module

  http://ddili.org/ders/d.en/modules.html#ix_modules.package%20import

> high probability of merge conflicts (as more developers are
> working on the same file)

A merge conflict at the file level yes, but if the developers are touching different parts of that file, then most merge tools wouldn't see that as a merge conflict.

Ali

Reply via email to