148
I don't want to use ternaries
(lemmy.xylight.dev)
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.
and then you have lua
I'm not complaining, although it gets a little confusing when one of the results is falsey. Which is a rarity since only
false
andnil
are falsey in lua.It's amazing what people have made in Roblox with that language.
Still less intuitive than Kotlin's if expressions.