Too much code duplication
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 193
- Forks
- 100
- Avg merge
- 17h 55m
- Merged PRs (30d)
- 9
Description
There is a lot of code duplication in surfman egl that could be avoided if we used traits and default implementations.
Contributor guide
No contributing guide indexed for this repository
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 locating the duplicated code in surfman’s EGL implementation and comparing the repeated paths. Identify which behavior can be shared through traits and default implementations. Done means the duplication is reduced without changing the existing EGL behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- computer-graphics
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100