Personally, I unconsciously spend a lot of time going from here to there checking definitions so that after 5 min I ask myself again if the variable x

Code in Boxes, Why only restrict ourselves to colors?

submited by
Style Pass
2021-06-09 20:00:09

Personally, I unconsciously spend a lot of time going from here to there checking definitions so that after 5 min I ask myself again if the variable x is declared in the local function, is it a parameter or is it a global variable.

This is a work in progress, I plan to use open source ASTs (Abstract Syntax Tree) like Babel for JavaScript … Initially it will be implemented for JS, and will eventually expand to other languages.

The help of other deve lopers is not only welcome, but it is a vital priority, any comments or suggestions I will be happy to respond… My email: fabricioteran06@gmail.com

Leave a Comment