MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1w49i01/ihatethispassiveagressivebehaviourruby/p7615zg/?context=3
r/ProgrammerHumor • u/Embarrassed_Death69 • 23h ago
277 comments sorted by
View all comments
1
But wtf is a "truthy" value? It doesn't make any sense nor mathematically nor programmatically
2 u/deceze 22h ago Any value that causes an if statement to run its associated block, instead of going to else/doing nothing. 2 u/Nimeroni 22h ago His argument is that you should make your if statement explicit. 2 u/Key_Conversation5277 22h ago Yes
2
Any value that causes an if statement to run its associated block, instead of going to else/doing nothing.
if
else
2 u/Nimeroni 22h ago His argument is that you should make your if statement explicit. 2 u/Key_Conversation5277 22h ago Yes
His argument is that you should make your if statement explicit.
2 u/Key_Conversation5277 22h ago Yes
Yes
1
u/Key_Conversation5277 23h ago
But wtf is a "truthy" value? It doesn't make any sense nor mathematically nor programmatically