logicemu icon indicating copy to clipboard operation
logicemu copied to clipboard

Split up large files

Open dragoncoder047 opened this issue 3 years ago • 0 comments

Would it be possible to split up large files?

logicemu.js is like 18,000 lines and already split up logically by IIFEs wrapping each "module" and big blocks of slashes between them.

Each submodule by itself is maybe only 1000 lines (MUCH more manageable!)

https://github.com/lvandeve/logicemu/blob/bd0bb49e7db88fa4f8dcdc56ff3d6e978a03a800/logicemu.js#L512-L515

dragoncoder047 avatar Mar 07 '22 14:03 dragoncoder047