c/comics · by mac@programming.dev · 2y[MonkeyUser] Compile vs Runtime Error (12 Dec 2017) cross-posted from: https://programming.dev/post/11028960 source 88 points · 2 comments · view on lemmy.world
2 Comments
Squire1039@lemm.ee · 6 pts · 2y
I thought my exception handling would be like having a jet-ejection seat sending me into space.
Rodeo@lemmy.ca · 3 pts · 2y
In Ada, integer overflows produce compile time errors unless you create a new data type that is explicitly marked as being allowed to overflow.
Why people think C is better is a mystery.