▲ | on_the_train a day ago | |
All this recent safety talk is so strange to me, also a decade-long cpp dev. I read all this drama and worries, but that never relates to worries I experienced with the language. I've only ever seen safety issues with absurdly bad and old code that would never go past static analysis anyways, let alone a code review. 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 21 hours ago | parent | next [-] | |
Unit tests and code review are the exception, not the rule. 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 14 hours ago | parent | prev | next [-] | |
I see safety issues all the time, even from mid level and seniorish devs who are not 100% familiar with cpp. I think it really depends on your codebase. Things like parsers tend to explode when you first put them in a fuzzer. | ||
▲ | majikaja a day ago | parent | prev [-] | |
Maybe the focus is cheaper junior devs? |