Questions tagged [code-sample]
7 questions
69
votes
8 answers
Asking for a code sample of the company at an interview
Asking a job seeker to show some code is a fairly common practice for a software company. However, would it be acceptable for the candidate to ask the interviewer to show him a small piece of code that he thinks is well written?

Simon Bergot
- 7,930
- 3
- 35
- 54
18
votes
5 answers
When applying for an entry level programming position, how do I include my coding examples?
I will soon begin the process of applying for entry level programming positions. As of now I have no professional coding experience, so all I have to show is some personal projects and code samples to show what I am capable of. How do I present such…

MaQleod
- 714
- 2
- 8
- 16
16
votes
4 answers
What if you don't have code samples to give a prospective employer?
What do you do when you don't have any good code samples available when asked by a prospective employer? I like to consider myself a fairly capable developer but I can't share any of the software I've been writing for my company the last few…

lucks
- 263
- 2
- 7
3
votes
3 answers
What to send when a client wants a sample of my code to test my qualities?
We've all faced this. You apply to a cool project and they ask you to send them a piece of your code. On the surface, this look OK and I am fine with it.
But what shall I send them? My cool utility? Snapshot of structure in complex project?…

deviDave
- 2,933
- 5
- 26
- 30
2
votes
3 answers
A place for putting code samples in projects
Every now and then I get or write some minimal code samples to achieve tasks. What's the usual practice for storing these samples (which could prove useful later on) ? Have a separate source folder or create a separate project ?

James P.
- 1,223
- 2
- 9
- 19
1
vote
3 answers
Has anyone used "Design Pattern Framework (TM)"?
Has anyone purchased Design Pattern FrameworkTM?
Are these samples worth investment? Are they practical? What are the pro and cons of the guidelines? Anyone used this in the real-world development?

oleksii
- 1,196
- 1
- 9
- 20
1
vote
1 answer
Should usage examples in XML documentation be explicitly tested?
If usage examples are provided in XML documentation, should those examples be explicitly tested?
///
/// Gets a collection of Foo objects.
///
/// The model database connection.
/// Example…

Michael J.
- 121
- 3