AddBetter uses the `n` variable for the node. This variable is better
because it doesn't get in the way of readability. Now the switch/case
logic becomes the focal point when reading the code.
AddOk uses the `newNode` variable for the node. This variable
name gets in the way of readability. It becomes the focal
point when trying to read the code.