|
|
|
|
|
by altrego99
2891 days ago
|
|
Agree that this is a problem (if the programmer is not careful). But serious question, why even bother with this one fix? The only reason for the fix is so to make it more difficult to make errors. Fix arrays, then you would fix null pointer, then you might add objects, templating/generics to support a good collections library, rtti, and before you know it you are creating another one of c++, D, go, java. And we already have those. C paved the way. Why not let it be the end of it? |
|