RangeDependencies
From APIDesign
(Difference between revisions)
JaroslavTulach (Talk | contribs)
(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...)
Next diff →
Revision as of 12:57, 16 October 2009
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 execution, compilation, linkage, etc.
Dependencies are always a simplification of the real requirements.