mapbox / mapbox/mapbox-vision-ios
Use URL-based approach to work with file system instead of string-based
Open
@dersim-davaod is already working on this.
Since Aug 15, 2019.
enhancement
iOS
nostale
P2
refactoring
- Dominant language
- Swift
- Stars
- 63
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
## Description
https://developer.apple.com/library/archive/documentation/FileManagement/Conceptual/FileSystemProgrammingGuide/ recommends to use URL-based approach to work with files/directories. At the same time we have places in code where string-based approach prevails.
## Goal
Improve and simplify the code to follow best practices and recommendations from Apple.
## Steps
- [ ] TBD
- [ ] Tested and acceptance criteria is matched (result matches the goal)
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.
Assessment
This issue has not been assessed yet.