|
|
|
|
|
by hirsin
2407 days ago
|
|
Which is great until the client asks for a friendly name (given name) identifier. GitHub uses name, we use first/last name. So we just shove the GitHub name in the first name spot and ask people to organize what looks right. Our partners suggested string.split(' '), which produced interesting results against the sample list of github users. |
|