Click here to Skip to main content
15,894,343 members
Articles / General Programming / Architecture

Null-Safety in the Practical Type System (PTS)

Rate me:
Please Sign up or sign in to vote.
5.00/5 (3 votes)
14 Dec 2023CPOL23 min read 4.5K   3  
The "absence of a value" is among the most important concepts a type system has to deal with.
This article explains how "null" is supported in the Practical Type System (PTS), and how null-safety is ensured.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
Luxembourg Luxembourg
Curious programmer. Zealous simplifier. Lifelong student of life.
I care about creating software that is easy to use, reliable, and maintainable.
https://www.cnpp.dev

Comments and Discussions