General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
yapdog
ThePrimeTime
comments
Comments by "yapdog" (@yapdog) on "Cs Biggest Mistake | Prime Reacts" video.
I love NULL pointers. But I agree with the arrays converted to pointers issue. I created my own libraries to deal with this. And I've developed a coding environment that obviates the need for worries over bounds checking: the code is constructed from components that can't move beyond boundaries, even when type casting. That's what developing in C for 30 years can get you when you don't accept the problems as-is, running to other languages in the hopes that the problems would be solved by others. (<--- that was directed at those who've accused me of "missing out" on the features in more modern languages. I've created my own language, taking into account the features in others)
1