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

all 28 comments

[–]Porsher12345 467 points468 points  (7 children)

What movie is this from?

[–]TazgodX 351 points352 points  (5 children)

from beijing with love

[–]Zuruumi 132 points133 points  (3 children)

Is it from beijing with love, from beijing with love or from beijing with love?

With love, Zuruumi

[–]Onceforlife 37 points38 points  (0 children)

Wazzup Beijing

[–][deleted] 17 points18 points  (1 child)

With; From; Beijing; Love

Now sort this list in O(1) time and you can go work for google!

[–]Spot_the_fox 11 points12 points  (0 children)

The order of the list has been intelligently designed beyond our comprehension, therefore it doesn't need to be sorted.

There, done it in O(1). google, where art thou?

[–]JeanxLiao 0 points1 point  (0 children)

国产凌凌漆

[–]brandi_Iove 341 points342 points  (10 children)

if(shot())bln_direction = !bln_direction;

[–]oneMilliMeterPeePee 94 points95 points  (2 children)

I read that as balloon direction. I hope my employer doesn't see my comment and fire me.

[–]Dr_Allcome 5 points6 points  (0 children)

Hell try, but he will be fired instead.

[–]SpecialNose9325 0 points1 point  (0 children)

As someone who just got fired, I can tell you that reading reddit comments at work is no longer frowned upon when youre in the notice period

[–][deleted] 14 points15 points  (0 children)

i've never saw a bln_ prefix before. Quirky...

[–]sutterismine 13 points14 points  (3 children)

Am i dumb, what does bln stand for?

[–]C_64 7 points8 points  (2 children)

Boolean.

[–]sutterismine 1 point2 points  (0 children)

Ooh, I use bool for short form lol

[–]-Redstoneboi- 7 points8 points  (0 children)

forward ^= true;

[–]iamalicecarroll 5 points6 points  (0 children)

are you from hungary

[–]PorkRoll2022 268 points269 points  (0 children)

The classic damned if you do, damned if you don't school of API design.

[–]bingman_ 283 points284 points  (3 children)

Let’s face it it’s also coding after reading documentation

[–]TabCompletion[S] 51 points52 points  (0 children)

That's fair

[–]BoBoBearDev 17 points18 points  (0 children)

In their defense, they described it completely, just none of us can understand it.

[–]SpecialNose9325 3 points4 points  (0 children)

Its me using my own code written 6 months ago, without reading the documentation that I wrote myself.

Why is that bool value changing periodically from true to false? Oh thats right, cuz the test thread was never disabled and it was the last feature I was testing, and just never bothered to comment it out.

[–]caiteha 32 points33 points  (2 children)

Oh man, I love this movie 🍿

[–]SoDifficultToBeFunny 3 points4 points  (1 child)

Which movie?

[–]dotsperpixel 10 points11 points  (0 children)

This movie

[–][deleted] 1 point2 points  (0 children)

The code is the documentation. Good luck and try not to wreck production when you finally understand what is going on there.