mapbox / mapbox/mapbox-vision-ios

Use URL-based approach to work with file system instead of string-based

Open
#194 0 comments 0 reactions 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.