Azure / Azure/azure-functions-java-worker
DataType should be an enum
Open
Enhancement
New Feature
reviewed
- Dominant language
- Java
- Stars
- 103
- Forks
- 74
- Avg merge
- 4d 8h
- Merged PRs (30d)
- 2
Description
It seems that there is only a small number of valid dataTypes - string and binary (perhaps more, I haven't reviewed the docs exhaustively). It would be wise in my opinion to replace the String type with a custom enumeration, to prevent developer confusion over what the valid values are.
Contributor guide
Assessment
This issue has not been assessed yet.