[Issue 3819] [module system] Tiding up the imports

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Feb 24 02:52:01 PST 2010


http://d.puremagic.com/issues/show_bug.cgi?id=3819



--- Comment #5 from bearophile_hugs at eml.cc 2010-02-24 02:51:59 PST ---
Maybe I was not clear enough: in a complex system if you want to avoid many
bugs you have to reduce the interface area between subsystems, to reduce the
number of unwanted interactions between them. When possible you want to know
the interactions among them, to allow only the useful ones. So it's good to
have a way to list in explicit way what interactions they share.
Importing all names randomly from a module as default behaviour leads to a
mess.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list