Changeset 1098
- Timestamp:
- Mar 17, 2005, 11:00:35 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/wiki/thoughts.txt
r697 r1098 29 29 30 30 31 DESIGN PRINCIPLES (17/3/5) - as agreed to by Duncan and Ole 31 32 33 Objects shared across project should not precompute 34 structures upon initialisation unless they are used by all clients. 35 Rather precompute on demand or split using inheritance. 36 Pro: Good separation of concepts 37 Con: It may be harder to find the right file 38 39 Also, modules shared across project should not generally depend on other modules. 40 41 42
Note: See TracChangeset
for help on using the changeset viewer.