Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Derived object
Files that are created but not maintained

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.

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.

We don't have any images related to Derived object yet.
We don't have any YouTube videos related to Derived object yet.
We don't have any PDF documents related to Derived object yet.
We don't have any Books related to Derived object yet.
We don't have any archived web articles related to Derived object yet.

References

  1. Boyce, David (2006). "whouses(1) - Linux man page". die.net. Retrieved February 16, 2024. https://linux.die.net/man/1/whouses