in reply to Re: Re: Re: Re: import() not getting called. Huh?
in thread import() not getting called. Huh?
The method used by such people as Tom Christiansen to avoid importing names by default, is to avoid use of the default export mechanism altogether. Import the names you need, or else live with the chance that too many names are imported.
Re: inlined comments do not describe code flow, I mean that the comments do not provide me additional insight into understanding the code flow. It may be that adjusting the indenting scheme to use a more common strategy would drastically reduce the apparent complexity. My opinion is only based on the fact that I am accustomed to reading code, and I could not easily follow your code. This may mean that your code is too advanced for me, or it may mean that your code is difficult to read. Take it how you wish. I tried to find your problem, and I became lost.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Re: Re: import() not getting called. Huh?
by John M. Dlugosz (Monsignor) on Dec 21, 2002 at 23:30 UTC | |
by MarkM (Curate) on Dec 22, 2002 at 05:06 UTC |