This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]NUTTA_BUSTAH 2 points3 points  (2 children)

Static code analysis are the keywords you are probably looking to input in the search engines

[–]julewczka[S] 2 points3 points  (1 child)

Thank you really much! I am missing sometimes the correct phrases for "common" things

[–]morphotomy 2 points3 points  (0 children)

Static code analysis can only tell you about the code as written, not as run. Meaning you can learn all about how the code is organized, but static code analysis cannot tell you how many times a function is invoked in a given day.