As every modern language, C# exposes the null reference billion dollar mistake. On the other hand, native languages such as CUDA or C/C++ expose null pointers. To mitigate that, latest versions of compilers tend to introduce some form of automatic null checks. For example, Typescript recently added a –strictNullChecks option, and C#, following a proposal, […]

READ MORE

Tags: , ,