Comments by "MrAbrazildo" (@MrAbrazildo) on "Why Go Or Rust On New Projects" video.
-
0:00, interesting point you mentioned a startup. C++ is my favorite by far, but I don't know if I would trust it in the hands of a junior team. Maybe if there would be a long deadline ("done when it's done" mode) or if I would be watching close what they do (an almost "pair programming").
1:19, I often use inheritance, and have no issues with that. I barely can imagine its absence.
1:40, optional type is comfortable to code and understand, but it has a concerning drawback: it carries within a potential branch, which may lead to slower code. Each f() doesn't know if it's valid or not, leading to too many IFs, ugly code, redundant work and prone to slowness. It works like a 9-months pregnant woman, making everyone apprehensive.
3
-
1
-
1