| ▲ | jayu_dev 4 hours ago | |
Nice! I’ve come to similar conclusions recently, with the recent increase in code changes velocity, solid static analysis is more important than ever. When it comes to the performance, I've learned that reading code from file system and parsing it takes most of the time. Then resolving modules takes a little also. Once that is done, running different checks is almost instant - like miliseconds. | ||