jakearchibald / jakearchibald/byte-storage

rename store

Open
#5 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
42
Forks
2
PR merge metrics
No merged PRs in 30d

Description

A common approach to atomically updating files is to write into a "temp" copy, then rename the temp into place over top of the original.

(copy may be a primitive we want as well)

Contributor guide

No contributing guide indexed for this repository

Research direction

No files or tests are named. Start by locating the storage API and the existing store operation, then review how temporary copies and renames are represented. Done requires clarifying whether the request is to rename store, add copy, or both, and defining the expected atomic behavior before implementation.

Written by the indexing model from the issue text.

Assessment

Domain
backend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.