dave-ruest / Bookmind

Rough prototype for Bookmind, a book tracker now on the App Store!
https://apps.apple.com/us/app/bookmind/id6593662584
1 stars 0 forks source link

Fixes #12 scanning "ISBN-13:" and "ISBN-10:" prefixes #17

Closed dave-ruest closed 5 months ago

dave-ruest commented 5 months ago

Added new handling and tests for these cases. Tidied up the handling to use an array of expected prefixes. Less code, reads better, and makes it easy to add another prefix.