this post was submitted on 24 Mar 2024
87 points (100.0% liked)

Comics

434 readers
1 users here now

A community for sharing comics related to programming

Icon base by Delapouite under CC BY 3.0 with modifications to add a gradient

founded 7 months ago
MODERATORS
top 2 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 6 points 5 months ago

I thought my exception handling would be like having a jet-ejection seat sending me into space.

[โ€“] [email protected] 3 points 5 months ago

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.