logoalt Hacker News

kstrauseryesterday at 1:01 PM1 replyview on HN

God forbid we should make it easier to maintain the existing enormous C code base we’re saddled with, or give devs new optional ways to avoid specific footguns.


Replies

mightyhamyesterday at 1:14 PM

Goofy platform specific cleanup and smart pointer macros published in a brand new library would almost certainly not fly in almost any "existing enormous C code base". Also the industry has had a "new optional ways to avoid specific footguns" for decades, it's called using a memory safe language with a C ffi.

show 1 reply