RangeDependencies
From APIDesign
(Difference between revisions)
(New page: Dependencies are important part of every Modular system. Dependencies are here to abstract the complex relationship between a module and environment it needs for its own ex...) |
|||
Line 1: | Line 1: | ||
- | [[Dependencies]] are important part of every [[ | + | [[Dependencies]] are important part of every [[Module system]]. [[Dependencies]] are here to abstract the complex relationship between a [[module]] and environment it needs for its own execution, compilation, linkage, etc. |
[[Dependencies]] are always a simplification of the real requirements. | [[Dependencies]] are always a simplification of the real requirements. |
Revision as of 12:57, 16 October 2009
Dependencies are important part of every Module system. Dependencies are here to abstract the complex relationship between a module and environment it needs for its own execution, compilation, linkage, etc.
Dependencies are always a simplification of the real requirements.