`tileZoom` should be called something else
Open
Nobody has claimed this yet.
needs discussion :speech_balloon:
- Dominant language
- TypeScript
- Stars
- 12.4k
- Forks
- 2.4k
- PR merge metrics
- No merged PRs in 30d
Description
transform.tileZoom == Math.floor(transform.zoom)
The name of transform.tileZoom is misleading. This value doesn't have anything to do with tiles really. It should be called floorZoom or integerZoom.
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
Search the repository for transform.tileZoom and inspect every reference before choosing the replacement name. Rename the property consistently, update affected tests or documentation found during the search, and verify that the computed value remains Math.floor(transform.zoom) with no old references left.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100