Use an in-memory database #1
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: glenux/git-timecost#1
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The goal of this feature is to be able to keep associations & be able to make
request on them, without having to maintain a lot of different data structures.
I imagine i could just use ActiveRecords for Ranges & Commit but i fear its the
impact on the code. I would like to keep the codebase as clean as possible.