Completed
Pruning
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Finding Bugs for Free - The Magic of Static Analysis
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Curiosity Lander
- 3 What is code analysis
- 4 What makes for good code analysis
- 5 Can we do this for Python
- 6 LGTM
- 7 Example query
- 8 Accuracy
- 9 Abstract Syntax
- 10 Checking for errors
- 11 Control flow graph
- 12 Split control flow graph
- 13 Pruning
- 14 Call context
- 15 LGTM Django
- 16 LGTM Query
- 17 Recap
- 18 Open Space
- 19 Questions
- 20 False positives