Skip to content

Instantly share code, notes, and snippets.

@giljr
Created November 2, 2025 13:34
Show Gist options
  • Save giljr/1b080e9c177d1bcc45ecc6a042891426 to your computer and use it in GitHub Desktop.
Save giljr/1b080e9c177d1bcc45ecc6a042891426 to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment