You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 23, 2019. It is now read-only.
I have noticed that most of the codebase here is still using obfuscated variable/function names within it's source files.
This is a concern to me as the codebase is still not fully understood and is not maintainable in this format.
I am wondering if there is a driver to have this fully de-obfuscated and bring the project in-line with current naming and formatting standards for JavaScript projects so that it can be maintained going forward.
If this is something that would be beneficial to this project, I am willing to put some time into this process.