is there a way to: import something = app-xyz-classes-something; ?

frame frame86 at live.com
Sat Jun 26 04:24:05 UTC 2021


On Saturday, 26 June 2021 at 02:19:18 UTC, someone wrote:

> What I like most of it is that it scales well for big and 
> complex apps while being really flexible ... and neat :)

If you pass each file to the compiler like in your script then 
every naming convention becomes irrelevant because the compiler 
does not need to do a file system lookup anyway and a module 
"foo_bar" could be also in the file xyz.d.

But however, to have files organized is always a good idea.



More information about the Digitalmars-d-learn mailing list