Optimize database status information #125
Reference in New Issue
Block a user
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?
As of right now we store the internal status as 13 char string:
This information should be stored as an int and accessed using enum.
It would simplify the code and allow to store 4 states in just 2 bits.