acm-udayton / acm-udayton/ACM-Meeting-Records

ENV boolean fields should not be strings

未關閉
#134 0 則留言 0 個 reaction 已指派 2 人 已被 @ethanlally 認領 在 GitHub 檢視
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 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。