|
|
|
|
|
by Barrin92
1162 days ago
|
|
Using a memory unsafe language in a situation where it's not strictly necessary is in my opinion not justifiable at all. It's the leading cause for security issues by some measures[1], incredibly hard to reason about and hard to debug. Honestly unless you have a really, really, good reason not to, use a managed language. If that isn't good enough and you want to be fancy use Rust and only if you've exhausted everything else start writing C. [1]https://www.zdnet.com/article/microsoft-70-percent-of-all-se... |
|