|
|
|
|
|
by rfrey
1804 days ago
|
|
I disagree with the commenters who are saying your comment was just "C++ bad". The point I took from your comment is that this particular class of application, which is parsing many complex formats from external sources, several of which probably have extensive warts and edge cases, and rendering the output to a browser, is the type of application may be the most vulnerable to the downsides of C++ when it comes to security. I think it's a reasonable point, and a step or two above "just use Rust". |
|