Closed JakobWegmann closed 1 year ago
Patch coverage: 100.00%
and project coverage change: +0.12%
:tada:
Comparison is base (
b9aaaf8
) 90.70% compared to head (4110a65
) 90.83%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@hmgaudecker I'm a little confused about the naming convention right now. Should the files and variables be called lohnst or lohn_st?
I thought that the idea was to rename everything to lohnst. But soli is called soli_st and and income tax eink_st.
@hmgaudecker I'm a little confused about the naming convention right now. Should the files and variables be called lohnst or lohn_st?
I thought that the idea was to rename everything to lohnst. But soli is called soli_st and and income tax eink_st.
That is because of this part of GEP-01:
Abbreviations of words that form a part of these names are always followed by an underscore, unless it is the last word.
So there is no abbreviation in the middle of lohnst
, whereas there is one in eink_st
. We should change soli_st
eventually, I believe. Thought back then that the _st
would be good for signalling that it is in the realm of taxes, but at least I have changed mz mind. That'll be for another day, however.
That is because of this part of GEP-01:
Abbreviations of words that form a part of these names are always followed by an underscore, unless it is the last word.
So there is no abbreviation in the middle of
lohnst
, whereas there is one ineink_st
.
Ahh, that makes sense!
What problem do you want to solve?
Adding Soli to the lohnsteuer test cases in GETTSIM, thereby closes #563.
The actual work has been done in gettsim-code-for-picking .
The PR also harmonizes the names of all lohnsteuer related things in GETSSIM to lohnst_m (instead of the sometimes used lohn_st_m).
Todo