Jerome Etienne

Results 85 comments of Jerome Etienne

- jsdoced.js to better.js

## possible experimentation - if jsdoc contains @constructor, then add Bjs.Class() around it - use uglify ? it seems to be a best at read/write

## epiphany https://twitter.com/jerome_etienne/status/424382161505239041 Javascript+jsdoc have similar syntax expressivity that language like java or dart. So js+jsdoc could be compiled and run as fast as them. https://twitter.com/jerome_etienne/status/424383104909049856 Js+jsdoc have strong typing,...

If( Debug ){ Debug.privatize(this) Debug.monitor(this.position) }

- it is available now - it is quite intrusive in the code, but it is a first step - And it allows to unblock debug.js, which stalled due to...

Include the for debug.js or not - If included it is taken advantages of by your apps

Add the script or not If included, it is taking advantage of by your apps

This type of declaration of your debug.js allow dead code optimisation. So if you dont include debug.js, the declarations code wont be in your minified code. Google closue compiler is...

## node.js support - if Debug prefix is declared in Global, this type of declaration works well in node too

- this type of declaration is opt-in - debug.js is not a dependancy, it is an option - very important if you want to support it in a library