PolicyEngine / PolicyEngine/policyengine-us
Use the birth_year variable consistently across the repository
Open
code-health
- Dominant language
- Python
- Stars
- 162
- Forks
- 212
- Avg merge
- 3d 3h
- Merged PRs (30d)
- 96
Description
This variable will be added in #3284
Currently we frequently use structures like
```
age = person("age", period)
birth_year = -(age - period.start.year)
```
Contributor guide
Assessment
This issue has not been assessed yet.