This is Billy O'Neal's TypePad Profile.
Join TypePad and start following Billy O'Neal's activity
Billy O'Neal
Recent Activity
Oops.. I mean <code> of course :P
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 ...
@DLitz: Or you could just, you know, use a >code< tag. It seemed to work for my answer.
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 ...
So boss.. am I hired?
for(int i = 1; i < 100; i++)
{
bool printNumber = true;
if (! i % 3 )
{
printNumber = false;
std::cout << "Fizz";
}
if (! i % 5 )
{
printNumber = false;
std::cout << "Buzz";
}
if (printNumber)
std::cout << i;
std::cout << std::endl;
}
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 ...
Billy O'Neal is now following The Typepad Team
Feb 22, 2010
Subscribe to Billy O'Neal’s Recent Activity
