Hubbry Logo
search button
Sign in
Derived object
Derived object
Comunity Hub
History
arrow-down
starMore
arrow-down
bob

Bob

Have a question related to this hub?

bob

Alice

Got something to say related to this hub?
Share it here.

#general is a chat channel to discuss anything related to the hub.
Hubbry Logo
search button
Sign in
Derived object
Community hub for the Wikipedia article
logoWikipedian hub
Welcome to the community hub built on top of the Derived object Wikipedia article. Here, you can discuss, collect, and organize anything related to Derived object. The purpose of the hub is to connect peo...
Add your contribution
Derived object

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

[edit]
  1. ^ Boyce, David (2006). "whouses(1) - Linux man page". die.net. Retrieved February 16, 2024.