After reviewing the code before using it I decided to include your library into our workflow.
But I think that some parts of the code could be changed, which - in my opinion - could make it easier for foreigners to unterstand what the code actually does. At least I would like to understand the code that deals with sensitive data.
Some suggestions I have:
- use spaces instead of tabs because it then would look the same in all editors.
- divided the code in some smaller logical parts and move the Classes in individual files, so that the functions can be seen in whole.
- use a standardised coding style e.g. JavaScript Standard Style
If you like that idea, then I would be happy to help you with that by creating a roadmap and by sending pull requests.
After reviewing the code before using it I decided to include your library into our workflow.
But I think that some parts of the code could be changed, which - in my opinion - could make it easier for foreigners to unterstand what the code actually does. At least I would like to understand the code that deals with sensitive data.
Some suggestions I have:
If you like that idea, then I would be happy to help you with that by creating a roadmap and by sending pull requests.