workbenchdev / workbenchdev/Workbench
Refactor languages support
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 844
- Forks
- 91
- Avg merge
- 7h 12m
- Merged PRs (30d)
- 1
Description
See https://github.com/sonnyp/Workbench/issues/17
In https://github.com/sonnyp/Workbench/pull/38 - we added Vala support
It was done quickly and with the least possible changes to prove the case. However, adding new languages shouldn't require fiddling in multiple JS files – let's refactor to make it simpler and scale.
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 reading the language-support implementation introduced in pull request #38 and compare the multiple JavaScript locations involved. Use issue #17 for context; done means adding another language no longer requires changes across multiple JavaScript files.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- tooling
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100