General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
TheEVEInspiration
ThePrimeTime
comments
Comments by "TheEVEInspiration" (@TheEVEInspiration) on "Bjarne Says C++ Is Under Attack" video.
Recommending Python and JavaScript over C++ for security and memory safety, those "experts" have lost the plot and not by a little bit.
7
Structure a program right in C++ and it is impossible to get memory leaks or even reuse after free. The problem was already solved in the early 90s, so why is everyone harping on C++ for this? C++ has problems however, but memory or resource management are not one of them. The language is just too stuffed with things that are not needed and this makes it complex as you never know what codebase you will run into. But RUST is not any better at this, it has the same flaws from what I have seen. People should just learn to code I suppose and language designers need to make some real stuff and then axe whatever was found unnecessary. It is far better to have a few simple to remember patterns used over and over than have a thing for every possible need.
6