Why Can't Programmers.. Program?(codinghorror.com)

submitted by salimsalim(780) 5 years, 2 months ago

The author is having trouble with the fact that 199 out of 200 applicants for every programming job can’t write code at all. I repeat: they can't write any code whatsoever.

3 comments |category: |Views: 2

tags: another

new Add a live kick counter to your blog >> liveImage

You can even customize the image by choosing your own colors, and then clicking the button below to update the preview and the html code:

  • "Kick It" text
  • "Kick It" background
  • kick count text
  • kick count background
  • border

Simply copy and paste this HTML into your blog post.


Users who kicked this story:
Comments:

posted by yesthatmcgurkyesthatmcgurk(4063) 5 years, 2 months ago 0

Th Th Th Th THREEPEAT!

Reply

posted by .NetKicks.NetKicks(1304) 5 years, 2 months ago 0

I wonder why there are so many ugly solutions of the " FizzBuzz problem" on the comments. Actually the author said it wasn't even supposed to be solved but used as an example of problems his applicant were not able to solve...

Reply

posted by jdh30jdh30(245) 5 years, 2 months ago 0

I find it more disturbing that so many people are interviewing and don't know the answers to the questions they're asking!

PS: In F#:

let f i n s = if i%n=0 then s else ""
Seq.iter (fun i -> printf "%d %s %s\n" i (f i 3 "Fizz") (f i 5 "Buzz")) {1 .. 100}

Reply

information Login or create an account to comment on this story