Question on job form: “Is your code available on request?â€
Clash Royale CLAN TAG#URR8PPP
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0;
up vote
4
down vote
favorite
I am filling out a programmer job application form online, and one of the questions is: "Is your code available on request?" What does this mean exactly?
applications
suggest improvements |Â
up vote
4
down vote
favorite
I am filling out a programmer job application form online, and one of the questions is: "Is your code available on request?" What does this mean exactly?
applications
Is that a job application for a programmer job? Code like in source code?
– nvoigt
Sep 3 '16 at 8:42
Yes, I forgot to mention that
– Black Magic
Sep 3 '16 at 8:52
suggest improvements |Â
up vote
4
down vote
favorite
up vote
4
down vote
favorite
I am filling out a programmer job application form online, and one of the questions is: "Is your code available on request?" What does this mean exactly?
applications
I am filling out a programmer job application form online, and one of the questions is: "Is your code available on request?" What does this mean exactly?
applications
edited Sep 3 '16 at 8:52
asked Sep 3 '16 at 8:39


Black Magic
1266
1266
Is that a job application for a programmer job? Code like in source code?
– nvoigt
Sep 3 '16 at 8:42
Yes, I forgot to mention that
– Black Magic
Sep 3 '16 at 8:52
suggest improvements |Â
Is that a job application for a programmer job? Code like in source code?
– nvoigt
Sep 3 '16 at 8:42
Yes, I forgot to mention that
– Black Magic
Sep 3 '16 at 8:52
Is that a job application for a programmer job? Code like in source code?
– nvoigt
Sep 3 '16 at 8:42
Is that a job application for a programmer job? Code like in source code?
– nvoigt
Sep 3 '16 at 8:42
Yes, I forgot to mention that
– Black Magic
Sep 3 '16 at 8:52
Yes, I forgot to mention that
– Black Magic
Sep 3 '16 at 8:52
suggest improvements |Â
1 Answer
1
active
oldest
votes
up vote
12
down vote
accepted
It means exactly what it says: is your code available to them, should they request it?
For example, I would have to say "No" because all the code I wrote in the last years is the property of the company I wrote it for and they won't give it to somebody else.
If your former company is fine with giving out the code, or it's open or shared source or it belongs to you personally and you are fine with giving it out, check "Yes".
3
Its extremely prudent for developers these days to maintain an active Github account with public repositories - not of your employers code, but of your personal projects, forks of open source applications you contribute to etc etc. Put that on your CV and you won't have issues with these sorts of questions.
– Moo
Sep 3 '16 at 11:05
5
Married software developers have better things to do in their spare time than to run personal projects or contributing to open source applications. Same for software developers with boyfriends or girlfriends, or single parent software developers. Do you know any plumber who does plumbing at home, or manager who manages things in his spare time, and so on?
– gnasher729
Sep 3 '16 at 16:14
To follow up @gnasher729 in many country's your employer may well own code that you write outside of work unless its "unrelated" to your day job.
– Pepone
Sep 3 '16 at 18:55
Hear about github all the time on here, don't even really know what it is... will Google it one day.
– Kilisi
Sep 4 '16 at 1:46
@gnasher729 Then those software developers will have a hard time getting hired. A worker who doesn't have a passion for doing what he does (and how could you not with all the cool things you can do with code?) isn't one many people jump to hire. And seeing how many devs DO regularly do personal projects, you're not just not standing out from the crowd, the crowd is standing out from you.
– A. McDaniel
Dec 9 '16 at 0:20
 |Â
show 4 more comments
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
12
down vote
accepted
It means exactly what it says: is your code available to them, should they request it?
For example, I would have to say "No" because all the code I wrote in the last years is the property of the company I wrote it for and they won't give it to somebody else.
If your former company is fine with giving out the code, or it's open or shared source or it belongs to you personally and you are fine with giving it out, check "Yes".
3
Its extremely prudent for developers these days to maintain an active Github account with public repositories - not of your employers code, but of your personal projects, forks of open source applications you contribute to etc etc. Put that on your CV and you won't have issues with these sorts of questions.
– Moo
Sep 3 '16 at 11:05
5
Married software developers have better things to do in their spare time than to run personal projects or contributing to open source applications. Same for software developers with boyfriends or girlfriends, or single parent software developers. Do you know any plumber who does plumbing at home, or manager who manages things in his spare time, and so on?
– gnasher729
Sep 3 '16 at 16:14
To follow up @gnasher729 in many country's your employer may well own code that you write outside of work unless its "unrelated" to your day job.
– Pepone
Sep 3 '16 at 18:55
Hear about github all the time on here, don't even really know what it is... will Google it one day.
– Kilisi
Sep 4 '16 at 1:46
@gnasher729 Then those software developers will have a hard time getting hired. A worker who doesn't have a passion for doing what he does (and how could you not with all the cool things you can do with code?) isn't one many people jump to hire. And seeing how many devs DO regularly do personal projects, you're not just not standing out from the crowd, the crowd is standing out from you.
– A. McDaniel
Dec 9 '16 at 0:20
 |Â
show 4 more comments
up vote
12
down vote
accepted
It means exactly what it says: is your code available to them, should they request it?
For example, I would have to say "No" because all the code I wrote in the last years is the property of the company I wrote it for and they won't give it to somebody else.
If your former company is fine with giving out the code, or it's open or shared source or it belongs to you personally and you are fine with giving it out, check "Yes".
3
Its extremely prudent for developers these days to maintain an active Github account with public repositories - not of your employers code, but of your personal projects, forks of open source applications you contribute to etc etc. Put that on your CV and you won't have issues with these sorts of questions.
– Moo
Sep 3 '16 at 11:05
5
Married software developers have better things to do in their spare time than to run personal projects or contributing to open source applications. Same for software developers with boyfriends or girlfriends, or single parent software developers. Do you know any plumber who does plumbing at home, or manager who manages things in his spare time, and so on?
– gnasher729
Sep 3 '16 at 16:14
To follow up @gnasher729 in many country's your employer may well own code that you write outside of work unless its "unrelated" to your day job.
– Pepone
Sep 3 '16 at 18:55
Hear about github all the time on here, don't even really know what it is... will Google it one day.
– Kilisi
Sep 4 '16 at 1:46
@gnasher729 Then those software developers will have a hard time getting hired. A worker who doesn't have a passion for doing what he does (and how could you not with all the cool things you can do with code?) isn't one many people jump to hire. And seeing how many devs DO regularly do personal projects, you're not just not standing out from the crowd, the crowd is standing out from you.
– A. McDaniel
Dec 9 '16 at 0:20
 |Â
show 4 more comments
up vote
12
down vote
accepted
up vote
12
down vote
accepted
It means exactly what it says: is your code available to them, should they request it?
For example, I would have to say "No" because all the code I wrote in the last years is the property of the company I wrote it for and they won't give it to somebody else.
If your former company is fine with giving out the code, or it's open or shared source or it belongs to you personally and you are fine with giving it out, check "Yes".
It means exactly what it says: is your code available to them, should they request it?
For example, I would have to say "No" because all the code I wrote in the last years is the property of the company I wrote it for and they won't give it to somebody else.
If your former company is fine with giving out the code, or it's open or shared source or it belongs to you personally and you are fine with giving it out, check "Yes".
answered Sep 3 '16 at 9:00
nvoigt
42.4k18104146
42.4k18104146
3
Its extremely prudent for developers these days to maintain an active Github account with public repositories - not of your employers code, but of your personal projects, forks of open source applications you contribute to etc etc. Put that on your CV and you won't have issues with these sorts of questions.
– Moo
Sep 3 '16 at 11:05
5
Married software developers have better things to do in their spare time than to run personal projects or contributing to open source applications. Same for software developers with boyfriends or girlfriends, or single parent software developers. Do you know any plumber who does plumbing at home, or manager who manages things in his spare time, and so on?
– gnasher729
Sep 3 '16 at 16:14
To follow up @gnasher729 in many country's your employer may well own code that you write outside of work unless its "unrelated" to your day job.
– Pepone
Sep 3 '16 at 18:55
Hear about github all the time on here, don't even really know what it is... will Google it one day.
– Kilisi
Sep 4 '16 at 1:46
@gnasher729 Then those software developers will have a hard time getting hired. A worker who doesn't have a passion for doing what he does (and how could you not with all the cool things you can do with code?) isn't one many people jump to hire. And seeing how many devs DO regularly do personal projects, you're not just not standing out from the crowd, the crowd is standing out from you.
– A. McDaniel
Dec 9 '16 at 0:20
 |Â
show 4 more comments
3
Its extremely prudent for developers these days to maintain an active Github account with public repositories - not of your employers code, but of your personal projects, forks of open source applications you contribute to etc etc. Put that on your CV and you won't have issues with these sorts of questions.
– Moo
Sep 3 '16 at 11:05
5
Married software developers have better things to do in their spare time than to run personal projects or contributing to open source applications. Same for software developers with boyfriends or girlfriends, or single parent software developers. Do you know any plumber who does plumbing at home, or manager who manages things in his spare time, and so on?
– gnasher729
Sep 3 '16 at 16:14
To follow up @gnasher729 in many country's your employer may well own code that you write outside of work unless its "unrelated" to your day job.
– Pepone
Sep 3 '16 at 18:55
Hear about github all the time on here, don't even really know what it is... will Google it one day.
– Kilisi
Sep 4 '16 at 1:46
@gnasher729 Then those software developers will have a hard time getting hired. A worker who doesn't have a passion for doing what he does (and how could you not with all the cool things you can do with code?) isn't one many people jump to hire. And seeing how many devs DO regularly do personal projects, you're not just not standing out from the crowd, the crowd is standing out from you.
– A. McDaniel
Dec 9 '16 at 0:20
3
3
Its extremely prudent for developers these days to maintain an active Github account with public repositories - not of your employers code, but of your personal projects, forks of open source applications you contribute to etc etc. Put that on your CV and you won't have issues with these sorts of questions.
– Moo
Sep 3 '16 at 11:05
Its extremely prudent for developers these days to maintain an active Github account with public repositories - not of your employers code, but of your personal projects, forks of open source applications you contribute to etc etc. Put that on your CV and you won't have issues with these sorts of questions.
– Moo
Sep 3 '16 at 11:05
5
5
Married software developers have better things to do in their spare time than to run personal projects or contributing to open source applications. Same for software developers with boyfriends or girlfriends, or single parent software developers. Do you know any plumber who does plumbing at home, or manager who manages things in his spare time, and so on?
– gnasher729
Sep 3 '16 at 16:14
Married software developers have better things to do in their spare time than to run personal projects or contributing to open source applications. Same for software developers with boyfriends or girlfriends, or single parent software developers. Do you know any plumber who does plumbing at home, or manager who manages things in his spare time, and so on?
– gnasher729
Sep 3 '16 at 16:14
To follow up @gnasher729 in many country's your employer may well own code that you write outside of work unless its "unrelated" to your day job.
– Pepone
Sep 3 '16 at 18:55
To follow up @gnasher729 in many country's your employer may well own code that you write outside of work unless its "unrelated" to your day job.
– Pepone
Sep 3 '16 at 18:55
Hear about github all the time on here, don't even really know what it is... will Google it one day.
– Kilisi
Sep 4 '16 at 1:46
Hear about github all the time on here, don't even really know what it is... will Google it one day.
– Kilisi
Sep 4 '16 at 1:46
@gnasher729 Then those software developers will have a hard time getting hired. A worker who doesn't have a passion for doing what he does (and how could you not with all the cool things you can do with code?) isn't one many people jump to hire. And seeing how many devs DO regularly do personal projects, you're not just not standing out from the crowd, the crowd is standing out from you.
– A. McDaniel
Dec 9 '16 at 0:20
@gnasher729 Then those software developers will have a hard time getting hired. A worker who doesn't have a passion for doing what he does (and how could you not with all the cool things you can do with code?) isn't one many people jump to hire. And seeing how many devs DO regularly do personal projects, you're not just not standing out from the crowd, the crowd is standing out from you.
– A. McDaniel
Dec 9 '16 at 0:20
 |Â
show 4 more comments
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fworkplace.stackexchange.com%2fquestions%2f75345%2fquestion-on-job-form-is-your-code-available-on-request%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Is that a job application for a programmer job? Code like in source code?
– nvoigt
Sep 3 '16 at 8:42
Yes, I forgot to mention that
– Black Magic
Sep 3 '16 at 8:52