|
|
|
|
|
by mempko
1656 days ago
|
|
You do realize Chrome's code has a lineage that is over 24 year old, based on khtml. If you are starting a project from scratch with C++, you can avoid a lot of the pitfalls chrome's team has. Additionally Google has an arguably poor C++ coding style that is also completely out of date. A company that uses C++ more effectively is arguably Adobe, who has the great Sean Parent. |
|
Any non-trivial code base in any language will have security issues, but the argument that these security vulnerabilities are a result of using C++ poorly doesn't change the fact that C and C++ have tons of footguns and pitfalls based on both modern and legacy code.