dotcomstar / dotcomstar/Triviale
Use parentheses in optional answers
Open
Nobody has claimed this yet.
enhancement
refactor
- Dominant language
- TypeScript
- Stars
- 2
- Forks
- 1
- Avg merge
- 11m
- Merged PRs (30d)
- 2
Description
Eg: Allow the input format (F(rancis)) (Scott) (Key) Fitzgerald to create a match pattern. Then validate based on this pattern, possibly through RegEx. Obviously filter out any spaces as well.
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 TypeScript entry point that parses and validates answer input, since no file or test is named. Reproduce the example (F(rancis)) (Scott) (Key) Fitzgerald, determine the expected optional-answer matching and space handling, and add coverage showing the completed pattern validates correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- game-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100