Azure / Azure/azure-functions-durable-python
Improve naming conventions in Entity implementation
Open
Enhancement
fixed-in-v2
P2
- 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
Assessment
This issue has not been assessed yet.