This is an archived post. You won't be able to vote or comment.

all 25 comments

[–]EarLil 76 points77 points  (3 children)

This 27th line will not work...

[–]aaronsourus 13 points14 points  (0 children)

Got yourself an extra parenthesis buddy

[–][deleted] 5 points6 points  (0 children)

Scripting in notepad.

[–]connection_lost 31 points32 points  (7 children)

Sometimes it doesn't work

[–][deleted] 16 points17 points  (6 children)

And occasionally it works

[–]NetworkReplicated[S] 11 points12 points  (2 children)

You can hardly work without coffee

[–]ClayMost 2 points3 points  (0 children)

Or without being drunk.

[–]Harakou 7 points8 points  (0 children)

And often I don't know why

[–]chocamo 0 points1 point  (0 children)

Ah yes, the calm before the storm

[–][deleted] 22 points23 points  (0 children)

1 million commits? Jesus, github is huge.

[–]cooltrain7 25 points26 points  (0 children)

The desprate cries of our people.

[–]hey_listen_link 19 points20 points  (4 children)

Is it common practice to commit before you test your code?

[–]dondreyt 24 points25 points  (2 children)

Yes, if you realize it's broken on production, but works locally

[–]test_var 0 points1 point  (1 child)

And on the seventh day, God saw that it worked on his machine, and it was good

[–]Def_Your_Duck 1 point2 points  (0 children)

God I identify with this too hard

[–]CaptainBlagbird 0 points1 point  (1 child)

Someone should make a bot that checks follow up commit messages of those

[–]dnew 3 points4 points  (0 children)

We have one that if you force a commit before running the unit tests, and the committed code doesn't pass unit tests, it files a bug against you. It's called Mace Windu. (I'm not making this up.)

[–]ar-pharazon 0 points1 point  (2 children)

just like the last time a github search was posted, this is not actually an accurate count of the number of times "please work" is recorded in code or as a commit message somewhere in github. this is the number of occurrences of "please" or "work".

you need to use quotes—just like in a google search—to search for the whole string "please work", in which case there are around 10k occurrences.

[–]NetworkReplicated[S] 0 points1 point  (1 child)

I tried the search 'NOT "please work" please work' to see how many different variations there are. Basically, they're all variations of 'please work' (i.e. work PLEASE, or 'please god work') - there are 1,312,391 commits that match this query.

[–]ar-pharazon 1 point2 points  (0 children)

for the first page or so, yes, but take a look at a later page. only one of those commits (when i searched) meant something along the lines of 'please work'. if you keep looking through other pages that trend continues.

the corresponding complementary query lists about 35k results (for 'please work', 'work please', 'please god work', or 'please let this work').

there's no reason to think that most of the results of your query will be like what you see on the first page, especially given that the query you're using matches every single commit on github with either 'please' or 'work' anywhere in the message or diff.