-
Notifications
You must be signed in to change notification settings - Fork 3
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
Documenting Backend code conventions #262
Comments
|
Excellent job, Canberk. I think we can add [Error 500 - Internal Server Error] to our error handling part because we will probably encounter them too. Also, we can add comment conventions for the backend team to our page. |
Great! Also, we can add code style and conventions from official Django documentation as a relevant link. |
Thanks, I will add the error code. Comments should not be considered as documentation examples, I think. Too much of them and some unnecessary ones make the code cluttered. And the convention should be to write them in the code to translate complex parts. We can add some details about commenting, like:
Also, we can use some documentation tools generating documentation from comments over functions etc. I forgot the name now.
Nice suggestion, but, can you add it like in your mind? I don't know which parts to add. |
Yes, I added the relevant links that we use. |
I added the comment conventions, I think we can close the issue. |
Yes, everything looks good. Thanks for your effort. |
Description:
Coding conventions help the developing team to understand each other's code and communicate ideas. The benefits of these rules can be seen more effectively in a large team. We have 4 people in the backend team. It is not such a big team, but some code convention might be reasonable to have.
Todo's:
Reviewer: @oguzhandemirelx
Task Deadline: 30.10.2022 23:00
Review Deadline: 31.10.2022 23:00
The text was updated successfully, but these errors were encountered: