Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor loot-core/src/server/main.ts into multiple apps #1113

Open
j-f1 opened this issue Jun 8, 2023 · 0 comments
Open

Refactor loot-core/src/server/main.ts into multiple apps #1113

j-f1 opened this issue Jun 8, 2023 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed tech debt Technical debt we should pay down

Comments

@j-f1
Copy link
Contributor

j-f1 commented Jun 8, 2023

Several portions of this file (which defines the methods the client can call) have been split out into separate “apps” (e.g. loot-core/src/server/schedules/app.ts). We should move actions into these apps and create new ones where possible so that the main file is no longer ~2.5k lines long and can focus on things other than defining the methods.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed tech debt Technical debt we should pay down
Projects
None yet
Development

No branches or pull requests

2 participants