5 ms·
I'm pretty sure I was the guinea pig for this system and I have to say, it was one of the more enjoyable interview tasks I have had to perform. There is just s
by tjsnyder 14y ago
I'm pretty sure I was the guinea pig for this system and I have to say, it was one of the more enjoyable interview tasks I have had to perform.
There is just something extremely satisfying about watching your little robot run across a field collecting little fruit.
- rorrr 14y agoIf we started asking this as an interview question, NOBODY would pass. Time after time we have "senior" developers who fail to write very simple functions, like to count the number of occurrences of each letter in a string. For me, personally, it sounds like an awesome question, but it's not clear how you would judge it. Let interviewees' bots fight?
- kwamenum86 14y agoWait...when you say fail are you saying they fail to produce something optimal or fail to produce working code?
- rorrr 14y agoThey fail to produce working code. I've written about this a number of times. Most candidates CANNOT write a string reverse function without the off-by-one error.