hashicorp / hashicorp/nomad-pack
admin: Rename `cache` package to `caching`
Open
hcc/jira
stage/accepted
theme/admin
- Dominant language
- Go
- Stars
- 447
- Forks
- 65
- PR merge metrics
- No merged PRs in 30d
Description
This package both:
A) Stutters because it contains a `Cache` struct
B) and is confusing to new developers
We should rename this package to `caching` similar to how we have a `logging` package that containers a `Logger` struct.
Contributor guide
Research direction
Start by locating the `cache` package and searching the repository for references to its package name and `Cache` struct. Rename the package to `caching`, update all references, and run the repository's test suite to confirm that the rename is complete.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- tooling
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100