vote up 5 vote down star
3

Sorry if the question already has been discussed, I failed to find the discussion. And after all, this is friday. Feel free to close:). If the employer asks you to show your (any) previous production code without or before or instead of detailed interview with predefined tasks - how should we reply? of course it's not about confidentiality. But - is it relevant at all in context of future work?

UPD: I really doubt of this because of the next things:

1) real code is imperfect. it has a lot of limitations - working with another code and libs, deadlines, and you'll never say what is good and what is bad if you are not in the problem deeply.

2) code may seem perfect, but not absolutely yours:)

3) employer doesn't know what to ask according to future work.

flag

70% accept rate
1  
1) Agree. But it is perhaps not the perfect code but the approach that the interviewer may be after. Then it would make sense. 2) True again. But hey - this is a world where people are paying to get their CVs written by strangers. So there... :-) 3) You can perhaps judge the truth of that feeling by other general impressions you pick up during the whole process of interaction with your future employer. Does it all add up to your suspicion? Then you may be right :-/ – Critical Skill Oct 30 at 6:54

9 Answers

vote up 10 vote down check

For an interviewer, a few lines of the actual code written by you that has been put to active use in a functional setup, can sometimes be worth scores of "correct jargon" and catch phrases during an interview. Sometimes it is hard to sift through spoken words to get to the real engineer beneath, while the code you write has its own way of communicating about you - your approach, style, standards and know-how at the very least methinks.

link|flag
2  
Very true. We recently had an interviewee who had "C++" on their resume. Well, I wrote two versions of code counting character 'A' occurences in a null-terminated raw C string and asked them to explain what's that. They couldn't move further then "size_t" in the function signature and now they are in the job market. – sharptooth Oct 30 at 6:42
1  
... but how would an employer know you sent code you wrote? It would be trivial to take the best code written by the best programmer on a previous project and submit that instead of your own work. – Bryan Oakley Oct 30 at 13:42
vote up 1 vote down

I always bring a code sample of production code to an interview. It may have to be scrubbed for proprietary reasons. And nothing stops you from improving the code to what you would have done if you had neen allowed to, it's not like they are going to see the rest of the code base. Plus if you think about this and pick out a good example before you start interviewing, you can pick the code you are most proud of which hopefully wil be pretty impresive all on it's own.

I offer this code to the interview if he or she doesn't ask for it. I also make sure he or she knows that I have changed anything proprietary out of it. This accomplishes two things, first it shows that I am conmfident that my code was good enough to show others and second, it shows I will protect their proprietary data.

link|flag
You do know that the code does not belong to you? its very weird example of software piracy. – 01 Nov 4 at 12:33
vote up 0 vote down

I would say "the code I produced for previous employers belongs to them; it is not mine to share. If hired I would treat the code I develop for you in the same manner".

I would then point them to open source code I've been a part of, but that only works if you've actually worked on significant open source software.

link|flag
vote up 0 vote down

All of your points are valid, but any good employer will know that any production code you supply will not be perfect. The code you supply should be the source of discussion, and I think that is the best way to find a good person for a given role.

If you walk into the interview, and the potential employer lambasts you for the code not being perfect then walk away!

link|flag
vote up 1 vote down

Business value is created somewhere between communication of business needs to the developer, the developer's understanding of the problem, and the subsequent code produced by the developer.

If we accept that, in the end, most of a developer's value is in the code the produce, then looking at previous code is a very good indication of the business value a developer will create -- which is the whole point of the evaluation.

link|flag
vote up 4 vote down

It'a good practice to ask future employee to write code during hiring interview. You should be prepared to that. It's a good way to know if you are confortable with the technology.

Moreover, the Joel test recommends it to software companies. As he says: "Would you hire a magician without asking them to show you some magic tricks? Of course not."

link|flag
vote up 4 vote down

Sure, it's relevant. The quality of your code is very important. Especially if you have years of experience and only happened to write crappy code it will be very hard to convince you to write otherwise. The potential employer might be very unwilling to hire you then.

link|flag
vote up 4 vote down

I'd like my new employer to ask me for my previous prod code. I'm better in coding than talking...

link|flag
2  
+1, I'm also better in coding under relaxed conditions than coding under the stressful conditions of an interview, so I'd prefer to show previous work over having to solve problems in the interview – Artelius Oct 30 at 6:42
vote up 2 vote down

Of course it's relevant. Nobody wants to hire anyone that writes unreadable garbage if they have a choice.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.