295
Something something history is a flat circle
(lemmy.world)
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.
A null pointer exception is technically memory safe, you can get equivalent behavior with .unwrap() on an Option in Rust.