Move required parameters out of the various opts arguments across all libraries
Open
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Required parameters should either be part of a separate 'params' object, or preferably (if there aren't too many of them) as separate arguments.
- [ ] 'add' method in grid -> pane-adder
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the issue's only listed item: the `add` method in `grid` and its `pane-adder` reference. Search the repository for these entry points and for `opts` arguments across the libraries, then determine the complete required-parameter scope. Done means required parameters are separated consistently and all affected callers and tests still pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- tooling
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 18/100