http://qs321.pair.com?node_id=427507


in reply to Re: Importing constants into another module
in thread Importing constants into another module

You're right, it's a tradeoff. I could either have more verbose constants, which would clutter up the code (they're used very frequently) and good OO design. Or I could export them all so other modules looks less cluttered but sacrifice maintainability/extensibility in the future.

Given that this application has a limited lifespan and scope, I'm thinking the latter makes the most sense.

Feel free to call me insane. :-)