| Type | When It Runs | Example Tools | What It Detects |
|---|---|---|---|
| Static Analysis | Before execution | RuboCop (Ruby), ESLint (JS), pylint (Python) | Style issues, unused variables, bad practices, security smells |
| Dynamic Analysis | While the program runs | RSpec, pytest, valgrind | Runtime errors, memory leaks, logic bugs |
Created
November 2, 2025 13:34
-
-
Save giljr/1b080e9c177d1bcc45ecc6a042891426 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment