[FEA] Better input validation for params structs
Nobody has claimed this yet.
- Dominant language
- Cuda
- Stars
- 854
- Forks
- 236
- Avg merge
- 3d 3h
- Merged PRs (30d)
- 62
Description
Input validation is currently sparse and is causing pains for users downstream as they might not realize they are passing in a garbage value for a particular set of params. We should implement input validation for all of our params structs.
This will ideally be done at the C++ layer so it'll propagate to all the other languages automatically.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inventorying the C++ params structs and their current validation points; the issue names no files or tests. Determine the scope needed to cover all params structs and how validation propagates to other languages. Done means invalid values are detected consistently across the params structs and exposed through the generated language interfaces.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- backend-api-design
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100