A suggestion for modules names / sharing code between projects
Adam D. Ruppe via Digitalmars-d
digitalmars-d at puremagic.com
Mon Feb 29 13:35:48 PST 2016
On Monday, 29 February 2016 at 19:03:53 UTC, Sebastien Alaiwan
wrote:
> What if I change the name of the package? Now I might have to
> change hundreds of module declarations from "module
> oldname.algo;" to "module newname.algo;".
That's easy to automate, just run a find/replace across all the
files, or if you want to go really fancy, modify hackerpilot's
dfix to do it for you.
More information about the Digitalmars-d
mailing list