Re: Do you currently use namespaces?
- Posted by c.k.lester <euphoric at ?kl?ster.com> May 26, 2008
- 1000 views
In BBCMF, I've got a long list of includes. The includes at the bottom depend on includes at the top. Is there a better/preferred way? Here's an analogy: -- bbcmf.e include a.e include b.e include c.e include d.e -- relies on a, b include f.e -- relies on c, d include g.e -- relies on d, f -- index.esp -- the main program include bbcmf.e