Hacker News new | ask | show | jobs
by stevejohnson 5803 days ago
I agree that the numeric example in the blog post was a bad one. The use of 'and' just looks confusing in that situation. You might try something like "foo = open_connection() and send_data()" instead.