Jump to content

Derived object

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by SmackBot (talk | contribs) at 00:52, 17 December 2009 (remove Erik9bot category,outdated, tag and general fixes, added wikify tag, added orphan tag). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.



Derived Objects are files (intermediate or not) that are not directly maintained, but get created. The most typical context is that of compilation, linking, and packaging of source files.

Depending on the revision control (SCM) system, (1) they may be completely ignored, (2) managed as second class citizens, or (3) potentially considered the archetype of configuration items

The second case assumes a reproducible process to produce them. The third case implies that this process is itself being managed, in practice: audited. Currently, only builds are typically audited, but nothing prevents in principle to extend this to more general patterns of production. Derived objects may then have a real identity. Different instances of the same derived object may be discriminated generically from each other on the basis of their dependency tree.