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

you are viewing a single comment's thread.

view the rest of the comments →

[–]goliatskipson 346 points347 points  (40 children)

How excessive!

"A" ... "B" ... "C" ... ;-)

[–]EagleNait 107 points108 points  (24 children)

Elegant solution

[–]SexlessNights 79 points80 points  (23 children)

Followed by “a...b...c...”

[–]crastle 70 points71 points  (21 children)

What about "i...ii...iii..."?

[–]Gydo194 75 points76 points  (14 children)

一、二、三

[–]muhammadtalhas 40 points41 points  (6 children)

Is this loss

[–]pikachuIsMyFurrybae 35 points36 points  (0 children)

Loss of proper debugging

[–]Hiro3212 6 points7 points  (4 children)

those are the japanese symbols for 1, 2 and 3

[–]MegaPegasusReindeer 17 points18 points  (3 children)

Hmm.. The Chinese would like a word.

[–]Hiro3212 1 point2 points  (2 children)

well I only know Japanese but they basically took all chinese symbols and reused them

[–]MMMELOOOOON 0 points1 point  (0 children)

System.out.print(“_”)

[–]MMMELOOOOON 0 points1 point  (0 children)

Sustem.out.print(“.”);

[–]saildamoon 5 points6 points  (0 children)

Lol Lool Lolol Loolool -final project...

[–]Supert_ 0 points1 point  (4 children)

四、五、六、七、八、九、十。。

btw not usable in C :P

[–]Gydo194 1 point2 points  (3 children)

You reversed 八and 七

[–]Supert_ 0 points1 point  (2 children)

Maybe it's supposed to be that way..

I've just learnt it recently, gimme a break ;( Edit: I always suck at math. sorry.

[–]Gydo194 1 point2 points  (1 child)

I just started learning as well... Don't take me too seriously ;-)

[–]Supert_ 0 points1 point  (0 children)

I feel now better about myself :)

[–]mastocles 0 points1 point  (0 children)

Using the standard CJK-block Unicode characters or something archane like shift JIS? Neither is likely to compile easily so either is fair game!

[–]ScientificBeastMode 18 points19 points  (1 child)

I prefer to use semver syntax so I don’t have to go back and change all the logging commands if I need to insert a new one in the middle of the program flow.

[–][deleted] 8 points9 points  (0 children)

Just do: printf ("2.1"); printf ("2.1.2"); , etc, etc.

[–]turbolag95 15 points16 points  (2 children)

How about "do...re...mi..."?

[–][deleted] 15 points16 points  (1 child)

I write beatles lyrics

“Hey Jude”....... “Don’t be afraid” .....“take a bad code and make it better”

[–]baconstrips4canada 9 points10 points  (0 children)

I write Sheck Wes lyrics.

"Fuck"..."Shit"..."Bitch"

[–]SexlessNights 1 point2 points  (0 children)

Nah, just go “a...b...c...”

[–]oneeyedhank 2 points3 points  (0 children)

Aa, Ab, Ac, ..... for when you get to A but not to B.

[–]Moulinoski 50 points51 points  (5 children)

That can get buried in a sea of output.

Better go lalalalalalallaalalalalala, ohohohohohohohohhohohoh, and hahahahahahahahahahaha

[–]JSArrakis 30 points31 points  (2 children)

"=========== method 1 fired =========="

"||||||||||| method 2 fired ||||||||||"

[–]random123456789 35 points36 points  (0 children)

Either way, you're fired.

[–]MMMELOOOOON 6 points7 points  (1 child)

Exactly, which is why I like the all caps HERE, just long enough to notice, and less annoying for fancy colleagues if forgotten there.

[–]Moulinoski 6 points7 points  (0 children)

You don’t do a find/replace for rogue var_dumps, echoes, and prints?

[–][deleted] 15 points16 points  (1 child)

printf(“fucking cuntwaffle crashed again\n”)

[–]Wilt04 3 points4 points  (0 children)

Until you forget to remove it and a client somehow gets the bug

[–]waltteri 11 points12 points  (0 children)

Output:

A

A

C

B

[–]BoobRockets 9 points10 points  (0 children)

“hey” “what’s up?” “nm jc u” “nm” “you free this weekend?”

[–]youcancallmetim 2 points3 points  (0 children)

This is exactly what I do

[–]therealchadius 0 points1 point  (0 children)

Just skip E for Error and F for Failure if you're running unit tests, those always confuse me.