From: Scott A. L. <sc...@sc...> - 2000-10-30 22:25:52
|
Am I the only one who hates having to name my scripts after the path to them? :-) core.gui.window.js core.ibs.scroll.js core.sa.this.js core.api.that.js With a little modification, include could parse out the correct script name, so you could just name your script "window.js" instead of "core.something.window.js" If no one cares, I'll drop the subject...but it seems a little contrary to the way "real" programming languages work. Also: there was a proposed patch a SourceForge that would have prevented scripts from being loaded twice, but never implemented. Was there something wrong with this approach? scottandrew |