Atomic Writes
Open
Nobody has claimed this yet.
- Dominant language
- Objective-C
- Stars
- 95
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
Instead of writing to the main file, we should create a backup, write to it and then copy it over.
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
Start by locating the queue's main file-writing path in the repository and trace how the current file is updated. Implementing the requested backup-and-replace flow should be considered done when writes no longer modify the main file directly and the queue remains readable afterward.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- objective-c
- Domain
- desktop-dev, mobile-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100