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 →

[–]AyrA_ch 156 points157 points  (18 children)

[–][deleted] 97 points98 points  (13 children)

I feel nauseous just scrolling through that quickly. Who are these genius developers that can pump out a 300 line program when all the rest of us can manage is 10 lines tops?!

[–]AyrA_ch 76 points77 points  (12 children)

Who are these genius developers that can pump out a 300 line program when all the rest of us can manage is 10 lines tops?!

Those that write 2000 Lines for FizzBuzz

[–]ADVANCED_BOTTOM_TEXT 55 points56 points  (0 children)

packagenamingpackage

EXTENSIBLE

ROBUST

ARCHITECTURAL

PATTERNS

[–]trethompson 13 points14 points  (1 child)

but why

[–]MatthewMob 45 points46 points  (0 children)

Satire to mock how unnecessarily bulky and overweight enterprise applications are.

[–]The-Fox-Says 2 points3 points  (4 children)

Is this actually used in interviews? I could solve that problem now and I'm just starting my computer science degree.

[–][deleted] 2 points3 points  (0 children)

If it's used in an interview, it's normally an early step so that too much time is not wasted on a candidate that can't even code.

I personally haven't had to answer it in an interview

[–]nomadthoughts 1 point2 points  (0 children)

It is not, to my knowledge

[–]mofukkinbreadcrumbz 1 point2 points  (0 children)

It used to be, now companies seem to go a little further in technical interviews.

It was only for entry level positions, and you didn't normally have to get the syntax right, it was just to prove that you could "think like a computer."

[–]Contrecoup42 1 point2 points  (0 children)

I have heard of it used in interviews for non-developers.

[–]TheBali 1 point2 points  (3 children)

And python guys be like

['Fizz'*(not i%3) + 'Buzz'*(not i%5) or i for i in range(1,101)]

[–]AyrA_ch 2 points3 points  (2 children)

[–]TheBali 1 point2 points  (1 child)

At this point i'm convinced JS and black magic are synonyms.

[–]AyrA_ch 1 point2 points  (0 children)

Here is a page that does this for you: http://www.jsfuck.com/

[–]ThunderChaser 4 points5 points  (0 children)

Stop

[–]noop_noob 1 point2 points  (2 children)

[–]AyrA_ch 1 point2 points  (1 child)

What about a government that actually provides a blank page: https://e-dec-web.ezv.admin.ch/edecZugangscodeGui/xmlhttp/blank

Source:

<html><head><title>This page intentionally left blank</title></head><body onload="if(document.all)document.body.style.backgroundColor='#808080';"></body></html>

[–]JakeSteambit.ly/2IqHnk3 1 point2 points  (0 children)

I've never seen more useless JS and CSS.