Hacker News new | ask | show | jobs
by dmoho 6132 days ago
What if the assignment to the boolean was only one of the things you wanted to execute based on the result of the if statement?
2 comments

Even then, I'd rather see:

DEBUG = socket.gethostname() == 'developmentcomp'

if DEBUG then...

It's not