capnmidnight / Calla

Virtual Meetups through Jitsi
https://www.calla.chat
MIT License
1.08k stars 77 forks source link

Lots of global variables #17

Closed capnmidnight closed 4 years ago

capnmidnight commented 4 years ago

As the project grows, managing state gets harder. Need to encapsulate the various parts into classes, then use JS modules to import them to help enforce encapsulation.