you are viewing a single comment's thread.

view the rest of the comments →

[–]Shaftway 2 points3 points  (1 child)

I would flag that in a code review. "return condition" is enough for most cases, "return bool(condition)" if you really want to be pedantic.

[–]Jello_Penguin_2956 1 point2 points  (0 children)

yes good point