sruti2024 / PRO_Act

Pro_Act provides you with an efficient way of managing your tasks. It works on the principals of divide and conquer, allows the user to enter tasks and then divide them into further sub-tasks and handle them efficiently! Best when working with team to be updated about the tasks that are completed and those that are yet to be done.
19 stars 53 forks source link

Rename : Variable/Function names #170

Closed Aryamanz29 closed 3 years ago

Aryamanz29 commented 3 years ago

A good variable name should:

Be clear and concise.
Be written in English. ...
Not contain special characters. ...
Not conflict with any Python keywords, such as for, True, False, and, if, or else .

SS below 👇:

Screenshot (100)_LI

Screenshot (101)_LI

Screenshot (102)_LI

github-actions[bot] commented 3 years ago

Hello @Aryamanz29,
Thank you for opening an issue. :partying_face:
To get assigned to this particular issue please wait for maintainers
Check this guide before contributing.

enjeck commented 3 years ago

Hi Aryamaz29. Thanks for pointing this out. I agree.

I believe we should document a set of coding style guidelines, reminding people to follow certain conventions when naming variables and functions. Something like this. Do you mind creating a new documentation issue to track this?

Furquan712 commented 3 years ago

I would like to work on this , Will you assignee me

Aryamanz29 commented 3 years ago

Hi Aryamaz29. Thanks for pointing this out. I agree.

I believe we should document a set of coding style guidelines, reminding people to follow certain conventions when naming variables and functions. Something like this. Do you mind creating a new documentation issue to track this?

Sure, I'm agree with you. I'll create a new issue for that .