#Server-side
Server-side
##./server.js
./server.js
##./lib/chat_server.js
./lib/chat_server.js
#Client-side
Client-side
##./public/index.html
./public/index.html
##./public/js/chat.js
./public/js/chat.js
##./public/js/chat_ui.js
./public/js/chat_ui.js
#Server-side
##./server.js
##./lib/chat_server.js
#Client-side
##./public/index.html
##./public/js/chat.js
##./public/js/chat_ui.js
Server-side
./server.js
./lib/chat_server.js
Client-side
./public/index.html
./public/js/chat.js
./public/js/chat_ui.js
Overall I think it reads a lot easier like this, I again extracted all those in-line functions to their respective functions to make them easier to document and maintain. This is my first experience with jQuery so I feel especially sure that this part of the code could be improved a lot still.
Overall I think it reads a lot easier like this, I again extracted all those in-line functions to their respective functions to make them easier to document and maintain.
Overall I think it reads a lot easier like this, I again extracted all those in-line functions to their respective functions to make them easier to document and maintain. This is my first experience with jQuery so I feel especially sure that this part of the code could be improved a lot still.