This is Matt Garrison's TypePad Profile.
Join TypePad and start following Matt Garrison's activity
Matt Garrison
Recent Activity
For string reversal, if given a choice of any language and not allowed to use an API, I'd use python just to screw with you.
s = 'somestring'
print s[::-1]
I've encountered 'language trivia' interview questions too many times. Unless you're explicit about wanting an algorithm (and most programmers would be explicit, or at least admit defeat when someone pointed out the vagueness), I would immediately jump to the shortest correct solution: built-in language features.
The Non-Programming Programmer
I find it difficult to believe, but the reports keep pouring in via Twitter and email: many candidates who show up for programming job interviews can't program. At all. Consider this recent email from Mike Lin: The article Why Can't Programmers... Program? changed the way I did interviews. I ...
Matt Garrison is now following The Typepad Team
Feb 22, 2010
Subscribe to Matt Garrison’s Recent Activity
