(no title)
lcvw | 1 year ago
I have worked with C++ almost every day for a decade now, and I’ll be sad to see it go. This is not what the thought leaders should be focusing on at all. If you’re unhappy with std:: expected just don’t use it? Why can’t we focus on fixing the thousands of security vulnerabilities that cause real harm and money and endless developer time to try to work around.
on_the_train|1 year ago
Real issues for my peers and myself are things like the thirst for reflections, the thirst for throwing out old garbage. Certain gripes with language details like initialization, the way a few things have been implemented etc.
I genuinely feel puzzled by the topics of all these cpp posts. Is everyone coding ultra low level with tooling from 1999?
pjmlp|1 year ago
One thing that has changed is that nowadays software is everywhere, cyberattacks as well, with corporations and goverments putting numbers into the dollars that get burned in developer salaries, fixing CVEs, rolling out updates, downtimes caused by bug fixes, insurance claims, insurance premiums, lawsuits, malfunction software which consultancies have to fix free of charge,.....
lcvw|1 year ago
majikaja|1 year ago
zevets|1 year ago
There is a time and place for performance optimized code - but usually where the hot loop is well known, and its a tiny minority of the program.
jitl|1 year ago