Post #3921095
2026-05-19 15:45 UTC
i'm not minding writing You Have Died in C but it really requires a lot of discipline to make sure everything you do is error checked, even if it's just an assert
fortunately i'd gotten used to writing code very defensively anyway even in C# cause crashing is just about the worst thing you can do, but still. it's a lot
Replies (1)
-
@SRAZKVT@tech.lgbt 2026-05-19 16:10
@eniko@mastodon.gamedev.place honestly when i make a complex program in c the only thing i miss from other languages are interfaces / typeclasses, but those would be a mess so i'm fine with c not having them