kjcioffi / django-showtime-plus

Showtime+ is a streamlined platform designed to provide just enough information about movies currently in theaters, all in one place.
https://www.showtime-plus.com/
Mozilla Public License 2.0
2 stars 0 forks source link

Add a docstring to your class methods #19

Closed ryaustin closed 3 months ago

ryaustin commented 3 months ago

Just a line about what the function is expected to do along with any parameters it accepts. Although functions should be self-documenting docstrings serve future Kevin by giving him plain text to read when maintaining this code, plus its good practice.

Write timeless docstrings by stating the single reason the function was written.