332
I got to avoid memory management for quite some time
(feddit.org)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
And understand when you can use them...
I've seen too much code following this advice blindly that just does something like
strncpy(dst, src, strlen(src))