-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Event logic comments #1215
Event logic comments #1215
Conversation
method in events.py
and docstrings of all functions in events.py
""" | ||
#lists program identifying numbers with their corresponding events saved in the DB | ||
#sorted by date and time | ||
#student led programs included Berea Buddies(program 2) and adopt a grandparent (program 3) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could be a block comment if there need to be 3 lines
It looks pretty good, but there are few changes I would make if I was you. Most of the comments do not have a space between the hashtag and the first word. Also, some of the method comments are filled with redundant information. |
Going to close this. Generally looks good but I think a lot of the comments may actually be overkill. Will keep this linked in the issue as it is a great reference but will likely not get merged. |
Updated many docstrings and comments in events.py. Added docstrings and many comments to improve code readability.