swiftlang / swiftlang/swift-experimental-string-processing
Add unit tests for advanced string algorithms
Open
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 308
- Forks
- 52
- Avg merge
- 12h 45m
- Merged PRs (30d)
- 2
Description
We're migrating a lot of Processor's matching/consuming methods to String so that we can fuse string-specific operations together. We should have unit tests for these as we discover the right patterns for this.
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 locating Processor's matching and consuming methods and the String implementations they are being migrated to. Add unit coverage for the advanced string algorithms as the correct patterns become clear, then run the relevant test suite and confirm those operations are exercised.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- testing
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100