beckerbenj / beckerbenj/eatFDZ
Input validation for all check_ functions
Open
- Dominant language
- R
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Currently, almost non of the `check_` -functions have any form of input validation. Consistent and complete input validation should be added, but performance should be monitored (`check_all()` should ideally not lead to input validation be performed 10 times...).
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate all `check_` functions and the `check_all()` entry point first. Review how each function currently handles inputs and measure whether validation is repeated through `check_all()`. Done means consistent validation across the functions without unnecessary repeated validation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- r
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100