ibm-js / ecma402

ECMA-402 JavaScript Internationalization API "shim"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cluttered root directory

cjolif opened this issue · comments

The root directory contains a lot of implementation classes not meant to be used by the application developer. Those classes should probably be moved to a "utils" (or any better name) directory so that root contains what is directly usable (Intl, IntlShim?). This would avoid people looking at the source and wondering what to use in there.