Software Engineering KB

Home

❯

06 Development Process

❯

04 Code Quality

❯

01 Concept

❯

Type Checking

Type Checking

Feb 10, 20261 min read

  • code-quality
  • type-checking

Type Checking

← Back to Static Analysis and Linting

TypeScript (JS), mypy (Python), Flow (JS). Adding static type information to dynamically typed languages. Type checkers catch type errors at build time, improve IDE support, and serve as documentation for function signatures.

Key Properties

  • Gradual Typing
  • Type Inference
  • Build-Time Error Detection

code-quality type-checking


Graph View

  • Type Checking
  • Key Properties

Backlinks

  • Static Analysis and Linting
  • Gradual Typing (DevProcess)
  • Input Validation

Created with Quartz v4.5.2 © 2026

  • GitHub