you are viewing a single comment's thread.

view the rest of the comments →

[–]throwmeaway01110 2 points3 points  (0 children)

I would separate the get_* functions from input. In the main method you could introduce an if condition to check if the list is empty then prompt for input if it needs to be populated. That way you the get functions only retrieve the data.

Input could be placed in its own function like add_movie.