Considering \"private\" is the default access modifier for class Members, why is the keyword even needed?
Using private explicitly signals your intention and leaves clues for others who will support your code ;)