user feedback
The name of the branch created is too long. I have to copy it in order for me to check it out. No way I type it out.
implementation
Off the dome, I'm thinking about making it "orca/<6 numalpha>".
6 because that's the average number of chars someone can hold in their head without having to look back. This would also have enough unique to avoid collisions most of the time. (36^6 permutations)
important
Make sure that if there's a collision, that's handled gracefully to try a new purmutation.
user feedback
The name of the branch created is too long. I have to copy it in order for me to check it out. No way I type it out.
implementation
Off the dome, I'm thinking about making it "orca/<6 numalpha>".
6 because that's the average number of chars someone can hold in their head without having to look back. This would also have enough unique to avoid collisions most of the time. (36^6 permutations)
important
Make sure that if there's a collision, that's handled gracefully to try a new purmutation.