habnabit / passacre

better repeatable password generation
Other
64 stars 10 forks source link

Canonicalized character class pluralization #4

Open mrdomino opened 8 years ago

mrdomino commented 8 years ago

Some character classes are singular (digit), some are plural (symbols).

Possibilities:

I don't care which of these is done, but I'd be grateful if one of them was -- it's hard for me to remember which ones are singular and which are plural currently.

habnabit commented 8 years ago

Oops! Sorry. I can have a patch out soon.

On Wednesday, May 4, 2016, Steven Dee notifications@github.com wrote:

Some character classes are singular (digit), some are plural (symbols).

Possibilities:

  • make them all plural, and keep singular aliases for the ones that are singular
  • vice versa
  • recognize plural and singular forms for all classes.

I don't care which of these is done, but I'd be grateful if one of them was -- it's hard for me to remember which ones are singular and which are plural currently.

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/habnabit/passacre/issues/4

CatTrinket commented 8 years ago

fwiw, I think singular sounds nicer! Especially given that pluralizing alphanumeric and printable would be awkward.

habnabit commented 8 years ago

I was going to add aliases for singular and plural both, for what it's worth.

On Wed, May 4, 2016 at 3:44 PM, Zhorken notifications@github.com wrote:

fwiw, I think singular would be nicer! Especially given that pluralizing alphanumeric and printable would be awkward.

— You are receiving this because you commented. Reply to this email directly or view it on GitHub https://github.com/habnabit/passacre/issues/4#issuecomment-217026030