elite-dangerous-journal-server
elite-dangerous-journal-server copied to clipboard
Modularize the Journal Server
The src/index.js
file is way to large and way to hard to keep it all in your head when working on it.
It needs to be broken down into more focused modules that can reference one another.
The ~800 line file makes it harder for people to reason about and contribute to.