Live data from Hacker News

Do you ever program while drinking?

news.ycombinator.com

1–10 of 12 posts

Re: Do you ever program while drinking?

#3
The only time I willingly do that is when I'm browsing the Web while drunk, and something about the page's behavior or design annoys me, so I'll casually open up the inspector and work out a fix.

This has happened several times and I usually end up with a nice snippet of code that's actually useful. Interestingly, I almost never do this while sober, or stoned. There's just something about drinking that makes me more eager to do stuff like that.

For any kind of work beyond that, though, I'm effectively useless when drunk.

Re: Do you ever program while drinking?

#5
post #2

When i was young i did that sometimes at work. Worked out pretty well except that the code was a bit hard to understand.

Any repercussions? I know in a lot of places having alcohol on the breath at work would be grounds for dismissal.

I've seen a lot of places where people might have a beer around 4 PM.

Re: Do you ever program while drinking?

#7

Earlier quoted context omitted.

Any repercussions? I know in a lot of places having alcohol on the breath at work would be grounds for dismissal.

I've seen a lot of places where people might have a beer around 4 PM.

Yeah fair point, though at that point most of the work for the day is probably done. I guess I just assumed OP worked a decent part of the day after drinking for some reason.

Re: Do you ever program while drinking?

#8
I do it while working on side projects once in a while, but I'm usually only effective when the task is something trivial such as adding a new basic feature to a web app. It can be a lot of fun as I tend not to not overthink my code and I can come up with some creative ideas. Like many others have said when answering this question at other times, the code can be sloppy sometimes so it's important for me to add comments and make sure that I refactor.
Post reply on HN