candera / khordr

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

Don't use single-segment namespaces #19

Open candera opened 11 years ago

candera commented 11 years ago

The khordr root namespace can cause interop problems due to being single segment (it corresponds to a class in the root package). Move the code to a non-root namespace, even if it's the dreaded "core".