Re: Weighing in on everything

new topic     » goto parent     » topic index » view thread      » older message » newer message

Matt Lewis wrote:
> 
> I remain baffled as to why you think it's a good idea to use symbols in
> files that you don't include.  Maybe it's just me.
> 
> How do others feel about this?
> 

This is what your talking about right?

-- filea.e
global constant ABC = 10


-- fileb.e
include filea.e
global constant DEF = 20


-- myprog.e
include fileb.e
> DEF --- good
? ABC --- right here is "back inclusion?"


I don't like that idea of back inclusion. I think it has the potential to cause
a lot of unnecessary errors. I think if I want access to ABC, I should include
filea.e.

--
Jeremy Cowgar
http://jeremy.cowgar.com

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu