acm-udayton / acm-udayton/ACM-Meeting-Records
ENV boolean fields should not be strings
未關閉
bug
devops
- 主要語言
- Python
- 星號
- 7
- 分支
- 2
- 平均合併
- 4 天 23 小時
- 30 天內合併 PR
- 2
描述
When reading from the .env file, all boolean values, `True`, `False` are automatically type-cast to strings by python. Initially the application was architected to just handle them as strings, but this is not ideal for future maintainability and extension of features.
This architecture should be revised so that they are truly booleans in the application logic and not string encapsulations of boolean values.
貢獻指南
評估
這個 Issue 還沒有評估資料。