Closed michaelkamphausen closed 3 years ago
Also includes payload data validation according to #18, but only for SGB XI yet.
Thank you for reviewing! Do you approve the PR with my changes and answers?
Maybe one thing, I figure that could be done later. You have some utility functions like forEachKostentraeger
and something like that, but those return a result. I wouldn't expect a function named like that to return a result. Depending on what the function does exactly, maybe map(Each)Kostentraeger
would fit better?
I see your point. Okay, let's call it mapEachKostentraeger. I know the name was misleading and I chose it to align the lines 54 – 64 with the documentation on pages 12 - 14, but I think mapEach… is better now.
Closes #7 and #9.