compupro / latin-annotator

A JS web app that annotates latin text and shows word agreement relationships
GNU General Public License v3.0
0 stars 0 forks source link

Refactor awful Word.GetWordDefinitions() to accept named arguments #28

Closed compupro closed 5 years ago

compupro commented 5 years ago

I want to use an object literal instead of the current horrible list of arguments that are confusing. This way we can give them names and not be confused anymore.

compupro commented 5 years ago

Done in https://github.com/compupro/latin-annotator/commit/902bc1b685d8a8716197550a2e05ccdb408459e9