Comments by "" (@diadetediotedio6918) on "Your Command Line, Oxidised" video.
-
@AzerAnimations
To be fair, the thing with "not starting new projects in C++" is more a general recommendation than anything of the No Boilerplate itself, C++ is an unsafe language and caused a lot of problems in software development. It was the only really "good" all-in-one solution for a long time, but now we have a mature Rust that can handle almost anything in a safer way and with almost the same performance (or even more, in some cases).
But you need not to stop you passion project in C++, if C++ is the language you like to use then use it, if you are writting some critical program that will put computers under risk maybe you should consider rewritting it, but for your personal and passion project using C++ should be absolutely no problem at all, at the end of the day all the languages can do the same things, just in different ways and with different approaches and pros and cons, so don't be sad.
1