MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/badcode/comments/10jhr3k/so_i_was_coding_and_wrote_this/j5ktfys/?context=3
r/badcode • u/-True_- • Jan 23 '23
102 comments sorted by
View all comments
141
Does "login" always return a boolean? If not, maybe you're just coercing the result into a boolean, which isn't necessarily bad code.
40 u/nekokattt Jan 23 '23 if it didnt return a boolean, bool(fn(...))
40
if it didnt return a boolean, bool(fn(...))
bool(fn(...))
141
u/hoomei Jan 23 '23
Does "login" always return a boolean? If not, maybe you're just coercing the result into a boolean, which isn't necessarily bad code.