Skip to main content

2 docs tagged with "type safety"

View All Tags

Adding Flow

Learn how to add Flow, a static type checker, to your Create React App, empowering your code with type safety and bug prevention.

Generics

In this tutorial, you will learn about generics in Python. We will cover how to define functions, classes, or methods that can operate on multiple types while maintaining type safety using type hints and type variables.