What is Nostr?
Ryan /
npub1cgr…g05w
2024-06-06 22:51:58

Ryan on Nostr: Just had an "interactive" code review. The team spent at least five minutes arguing ...

Just had an "interactive" code review.

The team spent at least five minutes arguing over whether I should have done this:

if (cond):
return ...
else:
return False

or this

if (cond):
return ...
return False

#python
Author Public Key
npub1cgr3hsuwzphtn7hu859xjxd3797lguqu0dlqaydpak8cm7m8e6psfag05w