methods, the goal is to make it so that someone can read them and understand
what is going on in the code so that it could be recreated. It also helps if I
am going to go back and edit my code to know what I intended while writing it.
I, as a habit, always try to include docstrings/comments in my code.