Explicit Types
Term side of the Card
Topic: Basics
Unit title: Explicit Types
Categories: Concept
Explanation side of the Card
Explanation: The practice of explicitly declaring types for variables, functions or parameters. This helps prevent unintended behavior and improves readability, especially in larger codebases.