Azure / Azure/azure-functions-durable-python
Improve naming conventions in Entity implementation
- Dominant language
- Python
- Stars
- 157
- Forks
- 70
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 2
Description
As discussed here: https://github.com/Azure/azure-functions-durable-python/pull/184
Many parts of our Entity implementation have overloaded terms. For instance, "entity state" is a class name and a variable. This is also true for our JS implementation. We should go over all Entity implementation components and improve their organization and naming.
Contributor guide
Research direction
Start by reading the Entity implementation and the discussion in pull request #184. Inventory the overloaded terms and the Entity components that need clearer organization and naming, including the JavaScript implementation mentioned in the issue. Done means the Entity implementations use consistent, unambiguous names throughout.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, python
- Domain
- backend
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100