I mean, the type system isn’t very strict at all to begin with in some . It’s trivially breakable when performing common operations like type punning in C.
this post was submitted on 10 Oct 2024
98 points (93.8% liked)
Programmer Humor
19488 readers
351 users here now
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.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 1 year ago
MODERATORS
Depends on the programming language
That's why we don't like c
What did you actually do?
I broke the type system in Kotlin and ended up with a null value in a non-null (not lateinit
) variable.
How convoluted was it?
With no platform types involved?
Yes
Interesting. Care to share? I think they fixed a few of those issues with K2. Did you find something new or is it known?
It was about 3 years ago, and I haven't been able to find my old code again. I probably discarded it after finding out it didn't work well.
I was able to find these screenshots though: