How can I compile this?
Johan Granberg
lijat.meREM at OVEgmail.com
Sat Oct 14 10:55:52 PDT 2006
Dawid Ciężarkiewicz wrote:
> Well this sucks. How can you people write real programs? If'd be forced to
> put every enum in it's own file I'll end up with mess and no hair on my
> head.
>
> I'll do as you told me. But I will not start any new project in D. I'll wait
> until D is ready. What is the point of having fancy features where simple
> things are messed up. :/
>
> Dzięki. :) Dalej powinno być z górki ... - oby.
Or you could put all your enums in the same file.
I don't think that cyclic dependencies is such a good idea even when it
works, if one finds oneself with that I would merge the modules
importing each other together and if the become to big divide the in
some way that don't create a cycle.
More information about the Digitalmars-d-learn
mailing list