Comment by maleldil
8 hours ago
> Like 99% of all languages currently in use.
That's true about memory, but nearly all mainstream programming languages have problems with null pointers: Java, C#, Go, etc.
8 hours ago
> Like 99% of all languages currently in use.
That's true about memory, but nearly all mainstream programming languages have problems with null pointers: Java, C#, Go, etc.
This is mostly solved in C# - https://learn.microsoft.com/en-us/dotnet/csharp/nullable-ref...