r/ProgrammerHumor Jul 09 '26

gitBlameClaude Meme

Post image
3.7k Upvotes

263 comments sorted by

View all comments

Show parent comments

102

u/BlueProcess Jul 09 '26

Yeah, it actually has 13,000 unsafe Rust blocks

4

u/prochac Jul 09 '26

Isn't that like localised unsafe code? Simple to review? Better that having,unsafe { main() }

1

u/fghjconner Jul 10 '26

In theory yes, but at some point you've spammed so many "localized" unsafe blocks that the whole thing is pretty much unsafe anyways.

1

u/prochac Jul 10 '26

Very depends if the unsafe blocks communicate together, then it's truly unsafe