Hacker News new | ask | show | jobs
by Rygian 2021 days ago
I would be interested in seeing a "level of compliance table" of this piece of software (or its Ruby ancestor) against each of the falsehoods programmers believe about names [1]

[1] https://www.kalzumeus.com/2010/06/17/falsehoods-programmers-...

1 comments

Seeing as it has the following code sample I'm going to guess "not well".

  new PersonName($this->first_name, $this->last_name);
I mean it could be doing silly things like returning an empty last_name but why bother the user with two fields then?