-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Kutlu Araslı edited this page Jun 21, 2017
·
2 revisions
Remarks from jsqe.js developer:
Documentation is expressed as code comments through source code.
To get rid of code comments in productions environment, you may rely on a javascript minifier tool. jsqe library has not been tested with any minifier tool so far. Units test are supposed to pass successfully anyway.
Functions starting with "_" (underscore) are for internal use. You may consider them as private units. I have prefered to keep them public with a "_" prefix so that i could write unit test. If you are intended to use them in client libraries, please notice that they are not quaranteed to be kept public in further releases.
Feel free to report any bug. I do my best to fix it.