wolverine2k / crunchy

Automatically exported from code.google.com/p/crunchy
0 stars 0 forks source link

interface.config contains too many things... #174

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
config (in interface.py) should only contain user preferences (defined
through properties) and not other information (such as the "_prefix", etc.)

While the other stuff is useful to have access to at the interpreter prompt
(or editor ... or doctest... whenever we want to execute code), we could
always create a new dict on demand by combining config and another dict.

This would likely make configuration.py, config_gui.py, and possibly other
modules much easier to work with (i.e. extend, debug, etc.)

While this might not be *absolutely* necessary for release 1.0 ...
experience has convinced me that it could prevent some subtle bugs from
creeping in and that it is desirable to fix it sooner rather than later.

Original issue reported on code.google.com by andre.ro...@gmail.com on 3 Sep 2008 at 2:39

GoogleCodeExporter commented 8 years ago
Given the status of the code, this should not hold back the 1.0 release. 
Changing the
milestone accordingly.

Original comment by andre.ro...@gmail.com on 5 Oct 2008 at 5:39