Skip to content
This repository has been archived by the owner on Jul 18, 2021. It is now read-only.

Split the code across multiple files #50

Open
ddavness opened this issue Jun 25, 2020 · 1 comment
Open

Split the code across multiple files #50

ddavness opened this issue Jun 25, 2020 · 1 comment

Comments

@ddavness
Copy link
Contributor

There's is nothing technically wrong with having all the code in a single file, but at this point where you have portions of the code that handle different things (connection to the discord application, handling electron, getting info from the rich presence server, etc.) it begins to make sense to move parts of the code across multiple files.

Also a single file with 500 lines tends to be hard to read...

@JiveOff
Copy link
Owner

JiveOff commented Jun 26, 2020

@ddavness I agree with you on this.
I will try to make it look better on the next releases.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants