Typed

Typed programming is a programming style for declaring the data type of each variable and functions. It’s typically used as required by programming language, or through a programmer’s personal style preferences.

Example

Typescript is a language that extended from JavaScript to make JavaScript code more typed.

Further Reading

Synonyms

Abbreviation