Derived object: Difference between revisions

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search
imported>Vanished user 09a18a8c3ed303b15ad9aa4fe245c66c
WP:FEB24 +ref
 
imported>DreamRimmer bot II
m Bot: Implementing outcome of RfC: converting list-defined references from {{reflist|refs=…}} to <references>…</references> for VisualEditor compatibility
 
Line 14: Line 14:


==References==
==References==
{{reflist |refs=
<references>
 
<ref name="wu06">{{cite web |title=whouses(1) - Linux man page |first=David |last=Boyce |year=2006 |website=die.net |url= https://linux.die.net/man/1/whouses |access-date=2024-02-16 }}</ref>
<ref name="wu06">{{cite web |title=whouses(1) - Linux man page |first=David |last=Boyce |year=2006 |website=die.net |url= https://linux.die.net/man/1/whouses |access-date=2024-02-16 }}</ref>
}}
 
</references>


{{DEFAULTSORT:Derived Object}}
{{DEFAULTSORT:Derived Object}}
[[Category:Version control]]
[[Category:Version control]]

Latest revision as of 12:16, 27 December 2025

Template:Short description Template:Use American English Script error: No such module "Unsubst". Script error: No such module "Unsubst". In computer programming, 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.[1]

Depending on the revision control (SCM) system, they may be

  • completely ignored,
  • managed as second class citizens or
  • 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, or in practice audited. Currently, only builds are typically audited, but nothing in principle prevents the extension of 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.

References

  1. Script error: No such module "citation/CS1".