Changes between Version 3 and Version 4 of Defaulting
- Timestamp:
- 12/06/05 16:35:41 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Defaulting
v3 v4 18 18 * For import/export: easier to propagate user-defined class defaults throughout a project 19 19 * Against import/export: a change in the imports of a module might silently change behavior 20 * 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. 20 21 21 22 == proposal 1 ==
