Viewing 15 posts - 3,136 through 3,150 (of 3,220 total)
Jeff Moden (2/23/2010)
You're right, Gary... it might make a good article called "Winning the Interview with Code" or somesuch.
OK. Perhaps two articles. The one you suggest should highlight that the...
February 23, 2010 at 8:23 am
Jeff,
I have followed this thread from the start and I have read the article of yours you recommended. I was hoping to work out what solution you are eluding to....
February 23, 2010 at 2:41 am
Jeff Moden (2/22/2010)
reidres (2/22/2010)
I don't want people on my team optimizing for trivial things, and the constraints of the project define those things. Speed may not be essential, or...
February 23, 2010 at 1:14 am
Ivanna Noh (2/22/2010)
if that was a contract i'd be looking for additional payment for variations :w00t:
This was meant as a quick coding...
February 22, 2010 at 1:21 pm
Jeff Moden (2/22/2010)
Ivanna Noh (2/22/2010)
it won't scale much, but that wasn't part of the original spec🙂
Writing scalable code should be an "implied" requirement for all Developers. 😉
...didn't see maintainable nor...
February 22, 2010 at 1:07 pm
dennis.oconnor (2/22/2010)
February 22, 2010 at 9:54 am
So many fails...fizbuz? BizzBuzz?
No attention to the specification...don't worry gents, I'll hold the door for you 😛
February 22, 2010 at 9:39 am
Steve Jones - Editor (2/22/2010)
Gary Varga (2/22/2010)
...well that last candidate wasted my time!!!C'mon, I'm sure you'd end the interview after
DECLARE curNumbers CURSOR
How long could that take?
Steve,
I must have posted here...
February 22, 2010 at 9:24 am
GSquared (2/22/2010)
SET NOCOUNT ON;
DECLARE @Table1 TABLE (
ID int IDENTITY PRIMARY KEY,
Number int);
DECLARE @Number INT;
SELECT @Number = 1;
WHILE @Number <= 100
BEGIN
INSERT INTO @Table1 (Number)
SELECT...
February 22, 2010 at 9:13 am
I think that Jason is right. I must confess that I need to complete my "thought shift". Having worked with many IT professionals that struggled with Object Orientation I can...
February 22, 2010 at 8:19 am
Jeff is spot on regarding supplying an answer. This is like googling for results. Sure, after much debate maybe it would be worthwhile Jeff showing some of us a solution...
February 22, 2010 at 7:13 am
Richard is absolutely correct.
Although I'd like to see a tribunal oversee a heated debate on coding standards - I'd be killing myself!!!
Seriously though, it is an important issue that can...
February 22, 2010 at 5:08 am
I first heard of this test when I was asked to do this in C# for a contract development role a few years ago. I was given a laptop with...
February 22, 2010 at 3:59 am
Viewing 15 posts - 3,136 through 3,150 (of 3,220 total)