2

if (you == alive){
code();
}

Comments
  • 1
    if let Alive(p) = you {
    p.code();
    }
  • 3
    (alive ? code : rest)()
  • 1
    (if alive code rest)
  • 0
    Management defined the specs?
  • 0
    Get a fucking hobby and life nerrrrd

    But in all seriousness, you need other hobbies. It's not healthy to code all day at work and then spend your free time coding as a hobby. That's a one way ticket to burnout.
Add Comment