zorchenhimer / MovieNight

Single instance video streaming server with integrated chat.

Home Page:https://discord.gg/F2VSgjJ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move code in ./common into the main directory?

joeyak opened this issue · comments

Now that wasm is being removed in #168 we can move the code in common out because it's not longer being used. Now an alternative to that is leave it in common because it does break up the code somewhat into smaller sections.

Speaking from my own (biased) opinion/experience with moviepolls, i would try to keep your main directory as "clean" as possible, basically only having the main.go, buildfiles and other stuff (linter config) in the main dir.

hmm good point. Maybe we need to restructure the root directory a bit more? One thing I definitely want to do is combine emotes.go and common/emotes.go

Il vote for @CptPie point of view ! (Whatever worth my vote 🤣).

common/emotes was combined into emotes.go with the embed branch