Remix.run Logo
_mlbt 4 days ago

C style null terminated strings were a mistake. They are almost never the right answer. Even C itself should start transitioning to length prefixed strings instead.

Suzuran 4 days ago | parent [-]

It's worse than that; Null-terminated strings both predate C and were considered harmful when C was created.