candera / khordr

A keyboard chording application: supercharge your typing by pressing more than one key at once.
34 stars 3 forks source link

Refactor away from record types #25

Open candera opened 11 years ago

candera commented 11 years ago

Consider changing what can appear in the config file from the name of a record to the name of a function that returns something that implements the protocol instead.

Need to think through this one some more. I had some good reasons for wanting to do this, but cannot recall what they were at this point.

candera commented 11 years ago

Also need to consider how to handle Java types. Factory abstraction? Directly specify target class?