raindrops: more checks
Open
- Dominant language
- Go
- Stars
- 33
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
* Suggest comparing string with `""` rather than checking `len(s)` (makes code clearer)
* Suggest `var s string` rather than `s := ""`
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate the raindrops exercise checks and the existing suggestion logic in the Go mentoring tool. Confirm how current checks are tested, then add coverage for the two requested style suggestions and verify that both are reported for applicable student code.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100