It isn't clear which part of the number is the most and least significant digit. Devs will have to figure this out from the code, which is less than ideal. This could also be accomplished by renaming the class and fields of Node
to e.g. DigitNode
, and the fields to e.g. lowerDigitNode
or higherDigitNode
. The start of the list would then be e.g. leastSigDigNode
or just least
with a comment instead of ref_tail_node
.