I don't program in C or defend that language, but each time I read someone complain about the need to manage null-termination and such in C, I wonder if they'd have similar complaints about assembly programming. Sure, C is "higher level" than assembly but only barely? 🤔

#programming #reasoning

@smurthys they are complaining now but just wait until they realize that they can make substrings by simply inserting a null into the middle of the string
@Wearwolf @smurthys next they find out the something called multithreading exists...