-
Notifications
You must be signed in to change notification settings - Fork 2
Code Refractor #48
Copy link
Copy link
Closed
Labels
Description
Messy Code
The code is a bit messy on few aspects, writers (I included) with the time restraints just wanted to get stuff working neglecting code quality, things that can be improved would be:
-
Web Sockets emitting events are just spread in the code, someone can create a better hierarchy and an Object Oriented solution for.
-
A lot of hardcoded CSS, Settings Variables and IDs can be joined together in a much smarter way.
-
Console Logs for Debug can be replaced by the already implemented DEBUG method for conditional debugging.
-
Tabulation on many files should be improved for better presentation.
Reactions are currently unavailable