| ... | ... | @@ -33,6 +33,7 @@ Other issues: |
|
|
|
|
|
|
|
- For import/export: easier to propagate user-defined class defaults throughout a project
|
|
|
|
- Against import/export: a change in the imports of a module might silently change behavior
|
|
|
|
- A compromise might be to allow defaults which will be inherited to be specified only in the module that defines a class, but groups of mutually recursive modules may override defaulting locally. this will avoid the import changing behavior problem and allow some sort of inheritence of defaults.
|
|
|
|
|
|
|
|
## proposal 1
|
|
|
|
|
| ... | ... | |