eagleflo / jisho

Jisho is a CLI tool & Rust library that provides a Japanese-English dictionary.
GNU General Public License v3.0
13 stars 1 forks source link

Deduplicate dictionary lookup logic #7

Closed eagleflo closed 3 years ago

eagleflo commented 3 years ago

There's a fair bit of duplicated logic depending on which dictionary is being consulted in https://github.com/eagleflo/jisho/blob/425b4093c20ddf97fd2ebf0463ceba95b4899cb6/src/lib.rs#L52-L76

By clearly setting up keb, reb and gloss it should be possible to cut that down in half.