Learn English – called the thing that other things are dependent on

terminologyword-request

I wrote:

Moreover, we don't use the children tag for the dependents. Instead, we directly add them to the node they are dependent on as child nodes.

I know dependent means something like X that depends on Y, but what is called Y? Is there a name for the bold part in my sentence?

Maybe, considering the context, I just need to omit the they are dependent on and use only the node?

Like this:

Moreover, we don't use the children tag for the dependents of a node. Instead, we directly add them to the node as child nodes.

Best Answer

For your specific context, If X is dependant on Y, then Y is the dependency.

[source]

In normal use, this isn't particularly common, but in your software context, it seems fine to me as both a native speaker and a programmer.

Specifically in XML however, I would use the word "parent tag"

In other contexts you might want to use:

  • provider
  • supplier
  • parent
  • benefactor
  • donor
Related Topic