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?

user1383058
  • 1,096
  • 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"? – Andy Bonner Mar 02 '22 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). – user1383058 Mar 03 '22 at 01:08

1 Answers1

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

Steve
  • 738
  • 4
  • 13