Kay Knight

Results 4 comments of Kay Knight

Class and file naming conventions and coding style guidelines probably belong in a wikitree-common package, along with things like.prettier.rc, lint stuff and shared code. Then we need guidelines for lazy...

I just refactored the https://github.com/ke4tch/wikitree-biocheck/blob/main/src/Person.js and companion https://github.com/ke4tch/wikitree-biocheck/blob/main/src/PeopleManager.js classes in the hope of reuse. The PersonDate that Person extends is already copied/replicated between the standalone app and the browser extension

The Steven Morse website also has a discussion of various Soundex and similar algorithms. See https://stevemorse.org/#phonetic I did use Soundex variants when I was trying to look for possible variants...

And then again there are things like Bio Check that go on the Edit/Add person pages and also on watchlist. So where does that one feature belong?