We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
バックエンド、各 Variable の名前が衝突しないように命名規則を整理します。名前が衝突した/しそうなVariableに接頭辞を付けます。
Variable
参考:OpenFisca公式が推奨する命名規則 https://openfisca.org/doc/contribute/variables-naming.html#scopes-and-prefixes
アイデア
配偶者控除
所得税_配偶者控除
住民税_配偶者控除
openfisca_japan/variables/東京都/福祉/受験生チャレンジ支援貸付.py
受験生チャレンジ支援貸付可能
from openfisca_japan.variables.東京都.福祉.受験生チャレンジ支援貸付 import 受験生チャレンジ支援貸付可能
東京都_福祉_受験生チャレンジ支援貸付_受験生チャレンジ支援貸付
The text was updated successfully, but these errors were encountered:
ある程度制度の理解が深まり、依存関係やディレクトリ構成が固まってから着手したほうが良さそう
Sorry, something went wrong.
📝 最大値、最小値のsuffixは命名の階層構造と区別できるよう __min, __max にする
__min
__max
No branches or pull requests
バックエンド、各
Variable
の名前が衝突しないように命名規則を整理します。名前が衝突した/しそうなVariableに接頭辞を付けます。参考:OpenFisca公式が推奨する命名規則
https://openfisca.org/doc/contribute/variables-naming.html#scopes-and-prefixes
アイデア
配偶者控除
->所得税_配偶者控除
と住民税_配偶者控除
openfisca_japan/variables/東京都/福祉/受験生チャレンジ支援貸付.py
の受験生チャレンジ支援貸付可能
from openfisca_japan.variables.東京都.福祉.受験生チャレンジ支援貸付 import 受験生チャレンジ支援貸付可能
東京都_福祉_受験生チャレンジ支援貸付_受験生チャレンジ支援貸付
The text was updated successfully, but these errors were encountered: