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
125 stars 30 forks source link

Add comments in chat/views.py to make more developer friendly. #31

Open princekhunt opened 2 weeks 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.

avneeetk commented 5 days ago

I want to work on the issue. Kindly assign it to me!

princekhunt commented 21 hours ago

Are you still on it ?

avneeetk commented 19 hours ago

After reviewing the file, I see that there are already some comments present. Could you please provide some guidance on the following: Are there specific areas in the code where you feel the current comments are insufficient or unclear?

I am new to open source so it wld be really helpful if you can guide