There are many parts of the source code that are hard to figure out without decent comments or documentation. At the very least, utility functions & methods should have JSDoc comments for what the params are and what the resulting output is. Additionally, certain handlers are missing documentation.
There are many parts of the source code that are hard to figure out without decent comments or documentation. At the very least, utility functions & methods should have JSDoc comments for what the params are and what the resulting output is. Additionally, certain handlers are missing documentation.