Currently the constants are all in editor.js's global module scope. Due to the fact that there are that many constants and that there are different types (HTML element ids, urls, numerical constants), the constants should be organized and structured in a better way. Especially in regard to a module based structure of the whole code, which will probably be realized in the future.
Currently the constants are all in editor.js's global module scope. Due to the fact that there are that many constants and that there are different types (HTML element ids, urls, numerical constants), the constants should be organized and structured in a better way. Especially in regard to a module based structure of the whole code, which will probably be realized in the future.