logo

366 Associate type to variables


Summary

All variables in the source code should have an associated type.


Description

The data type of a variable defines the kind of data it can hold, such as integers, floating-point numbers, characters, strings, or custom data structures. Explicit typing contributes to type safety, ensuring that operations on variables are performed with appropriate types. This can help to properly catch potential errors.


Supported In

Advanced: True


References


Last updated

2024/02/05