DEV Community

Simon
Simon

Posted on β€’ Edited on

2 1

Coffee makes Coding easier??

coffee = beverage("Caffeine")

if coffee.empty and project.unfinished:
    coffee.refill

elif coffee.full and project.unfinished:
    human.drink

else:
    human.sleep
Enter fullscreen mode Exit fullscreen mode

Top comments (2)

Collapse
 
jonrandy profile image
Jon Randy πŸŽ–οΈ β€’

This looks as if you'll be drinking cold coffee before bed, but only when the project is finished

Collapse
 
simon_ximon profile image
Simon β€’

😳😳 I need to create a coffee attribute and assign a value of hot to it.

Sentry image

See why 4M developers consider Sentry, β€œnot bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

πŸ‘‹ Kindness is contagious

DEV shines when you're signed in, unlocking a customized experience with features like dark mode!

Okay