[wxPython-users] A Question of Style
Rich Shepard
rshepard at appl-ecosys.com
Fri Oct 20 14:50:02 PDT 2006
On Fri, 20 Oct 2006, Robin Dunn wrote:
> Sure. Some big apps will have hundreds of modules or more. It's your
> code, so organize it how it makes sense to you. The only thing you need
> to watch out for is circular imports (A imports B which imports C which
> imports A.)
Thank you, Robin.
I'll be careful to make imports semi-circular: A, B, and C each import X,
Y, and Z.
On to rearranging code ....
Rich
--
Richard B. Shepard, Ph.D. | The Environmental Permitting
Applied Ecosystem Services, Inc.(TM) | Accelerator
<http://www.appl-ecosys.com> Voice: 503-667-4517 Fax: 503-667-8863
More information about the wxpython-users
mailing list