[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Globals (more ruminations)
- From: Florian Weimer <fw@...>
- Date: Sun, 11 Jul 2010 16:20:29 +0200
* Patrick Donnelly:
> This has been an insidious problem for us and I've had to write
> custom scripts to look for these accidental global accesses. It
> would be *superb* if there were some sort of compile time solution
> to this.
Do you think it would be an issue if scripts still could create and
update a variable such as http.socket? That would be a non-global
access at the bytecode level, but it still would introduce coupling.
Should modules be read-only from a user's point of view?