pshaughn / okayworld

backend for play.okayideas.com
0 stars 1 forks source link

character sets #15

Open pshaughn opened 6 years ago

pshaughn commented 6 years ago

Strings that aren't enumeration constants need to go over the network in these situations:

Behavior for interesting strings in these cases needs to be well-defined and testable.

current situation:

pshaughn commented 6 years ago

Username case-sensitivity is worth consideration here: if uSER exists, should usER be creatable? (currently yes)