Avatar

christopher

christopher@programming.dev
Joined
0 posts • 3 comments
Direct message

Just get in the habit of checking for your keys before you go through any door. It takes no mental effort once it’s a habit. If they aren’t in your pocket (or in my case a lanyard) then they are in that room or vehicle, so you should recover them before going out. This method worked for me 100% for decades. It only failed after I got married and my wife started stealing them. But it’s usually not too hard to find her.

permalink
report
reply
# No else statement, shorter.
def foo(x: int) -> str:
    if x%2:
        return "first"
    return "last"

This is easier to think about for me: am I weird? Numbers can be interpreted as boolean in C but not in Go, which came later and is presumably an improvement.

permalink
report
parent
reply