Learning C3

Viewed 9
The discussion surrounding C3 highlights concerns about its handling of null values. A user expresses skepticism about the language's approach, which currently employs contract comments rather than implementing null-restricted types. The user argues that a language needs to prevent null-related bugs more effectively than simply relying on developer checks or YOLO (You Only Live Once) programming practices. The mention of Java's ongoing efforts to address its null-related issues indicates a broader industry trend toward safer type systems that mitigate the risks associated with nulls.
0 Answers