0

I am trying to describe the distance from a root node in a programming context. The root node is abstract and not physical so I'm thinking the proper usage would be furthest, but what would be suggested here:

CHOICES
Closest to root node.
Furthest from root node

In this context, would it be more correct to say furthest or farthest?

2
  • 1
    You show that you're aware that the key difference is physical vs conceptual distance. Please edit to explain why you have second thoughts about "further"? I assume the decision hinges on the degree to which abstract concepts are being explained using a spatial analogy. Or are you not sure that "closest" can be a valid antonym of "furthest"? Commented Mar 2, 2022 at 22:55
  • @AndyBonner right, spatially and numerically, it could be "1 node away", "2 nodes away", etc. So in a way it could be a distance (for example on a number scale). Commented Mar 3, 2022 at 1:08

1 Answer 1

0

Further is for abstract or non-measurable distances. Farther is for physically measurable distances.

https://www.merriam-webster.com/words-at-play/is-it-further-or-farther-usage-how-to-use

5
  • 1
    well yes, but the number of nodes is quantifiable -- 1, 2, 3 nodes away, for example. Commented Mar 3, 2022 at 1:07
  • 1
    I think this misrepresents the views put forth in the article (which looks very sound). Commented Mar 3, 2022 at 15:12
  • @user1383058 This gives a clue as to which word to use. If it is quantifiable, measurable, then use farther.
    – Steve
    Commented Mar 3, 2022 at 17:24
  • @EdwinAshworth to clarify, what do you mean by "article" ? Commented Mar 3, 2022 at 18:56
  • 1
    @user1383058 He is referring to the link to an article in the answer I provided.
    – Steve
    Commented Mar 3, 2022 at 18:58

Not the answer you're looking for? Browse other questions tagged or ask your own question.