Previously we had a lot merge conflicts since we always put the most recently added node at the bottom. By sorting the list we will have one fewer merge conflict when a node is added in most cases.
Previously we had a lot merge conflicts since we always put the most recently added node at the bottom. By sorting the list we will have one fewer merge conflict when a node is added in most cases.