princekhunt / privateping

PrivatePing is a secure messaging application built on Python's Django framework, providing end-to-end encryption for messages exchanged between users.
https://privateping.bytespot.tech
MIT License
124 stars 30 forks source link

Add comments in registration/views.py to make more developer friendly #32

Closed princekhunt closed 1 week ago

princekhunt commented 2 weeks ago

Is your feature request related to a problem? Please describe. I would like to propose to add appropriate comments for block of code, for developers to understand and review.

Describe the solution you'd like Add single line comments in each functions and multiline comments in starting of each function. That will help understanding the purpose of the function.

Mayureshd-18 commented 2 weeks ago

Would like to work on it

princekhunt commented 2 weeks ago

Okay, go on.