creesch / discordIRCd

A node.js script that allows you to connect to discord with your irc client.
Apache License 2.0
115 stars 21 forks source link

Organize the code in modules instead of one big file. #51

Open creesch opened 5 years ago

creesch commented 5 years ago

Currently everything lives in one big file with just a little abstraction. This makes maintenance a bit of a pain and contributions also less likely.

It would probably be beneficial to split out the code in several components. Something along the lines of:

It would be no small task, but it has been on my mind for a while so I might as well make an issue for it.

SkyLeite commented 5 years ago

On it! https://github.com/RodrigoLeiteF/discordIRCd

Gonna open a PR soon for discussions, but it's still in the early stages.

creesch commented 5 years ago

Awesome! Looking forward to the PR