Azure / Azure/azure-functions-durable-python
Improve static safety of repo by using generic types and custom constructors
Open
Enhancement
fixed-in-v2
P2
- Dominant language
- Python
- Stars
- 157
- Forks
- 70
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 2
Description
As per our discussion here: https://github.com/Azure/azure-functions-durable-python/pull/184#pullrequestreview-544266683
Data such as the Entity batch array would be safer to use if registered as their own datatype. This way, we can prevent invalid operations across the codebase.
We should do a scan of the codebase and improve all the cases where custom types could be used to prevent invalid operation.
Contributor guide
Assessment
This issue has not been assessed yet.