JETLS.jl is a new language server for Julia, that performs a static code analysis. This allows us to find potential errors and performance bottlenecks without executing the code.
It also produces some false positives; some effort is needed to find and suppress them. On the other hand, when used consistently, it helps write better code and significantly improve the code quality.
JETLS.jl is a new language server for Julia, that performs a static code analysis. This allows us to find potential errors and performance bottlenecks without executing the code.
It also produces some false positives; some effort is needed to find and suppress them. On the other hand, when used consistently, it helps write better code and significantly improve the code quality.