Slide 10
Slide 10 text
What is Type Checking
• A program verification based on type system (without
executing the program)
• Detect some kind of errors: NoMethodError,
ArgumentError, null dereferencing, ...
• You can do that with tests (but they depend on
execution paths)