Changes between Version 4 and Version 5 of Sysel/Ideas
- Timestamp:
- 2011-03-28T19:46:30Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Sysel/Ideas
v4 v5 7 7 == Code organization == 8 8 9 '''Note:''' This section might be out of date. 10 9 11 Sysel shall employ ''packages'' and ''modules''. Together, these two constructs provide full information about organization of the codebase and allow for a certain degree of freedom in how finely the code is partitioned, both in terms of namespace and code volume. 10 12 11 13 === Packages === 14 15 '''Note:''' This section might be out of date. 12 16 13 17 Packages provide two main features: a namespace and visibility controls. Packages thus provide a greater level of isolation than mere classes and allow safe composition of code developed by different (uncoordinated) teams. Packages can have a well defined API/ABI and can be delivered in compiled form via libraries. Each package has a name which must be fully qualified. … … 34 38 35 39 == Remote objects == 40 41 '''Note:''' This section might be out of date. 36 42 37 43 === Basics ===