Ask HN: Is "At which age did you start coding?” a good data point for hiring?
Has anyone seen a study or even an anecdote on correlation between success of a developer if they started coding earlier (say 11yr), rather than later (say 15yr or 16yr) in their youth?
[+] [-] roland35|2 years ago|reply
I'm sure you would find that most people who started programming at a young age (and are still doing it obviously) are probably better than average and also enthusiastic. However, I think it is still a disservice to anyone who didn't have support as a child.
For the record I was learning basic and programming games on my TI-83 calculator in middle school, so I would probably benefit from this question!
[+] [-] lubujackson|2 years ago|reply
[+] [-] ianbicking|2 years ago|reply
1. Are you internally motivated and excited by coding? Lots of false negative potential, but if you did code early and kept with it then that's a good sign. But with all the STEM education and stuff now, I wouldn't necessarily trust that. I.e., this signal quality is falling.
2. Were you able to progress independently? Children tend to be less supported, including less supported by their own discipline, so there's some indication that early success implies some kind of natural talent. But it only really matters if you get some sense of what they mean by "started coding". It would be classic imposter syndrome for some groups of people to set a higher bar for "starting".
3. Did you have access? Help, equipment, someone to guide you in a direction that would be fun and motivating? We'd all like to think this is a false signal, but the challenge of privilege is that it might not be: privilege is often used to nurture actual skill and talent. That is even expected of parents! But it's also a problematic metric of course.
If the question was useless then we wouldn't be having this conversation. That it's useful but problematic puts us in a jam. But it's also easy not to ask, and to put in the work to get the signals you care about with a less problematic question.
[+] [-] dkjaudyeqooe|2 years ago|reply
Personally, I learned Basic from a RSTS/E BASIC-PLUS manual at age 9. At the time I was interested in mathematics and would go to the local library to read up on it. When my older brother came home with a printout of a simple program incrementing a variable by one and printing it I was pretty confused, since "A=A+1" doesn't make sense mathematically. When the assignment was explained to me, that you could automate mathematics, it was the most incredible thing I'd ever seen.
[+] [-] dghlsakjg|2 years ago|reply
I wrote my first hello world program before high school (I don't know exactly what age), and I know plenty of people that started in adulthood that would be better coders than me. I'm not bad, I just recognize that plenty of people learned later and are "better" at coding.
[+] [-] slim|2 years ago|reply
[+] [-] xupybd|2 years ago|reply
I tried to learn at home but didn't get past simple scripts. I'm sure a more gifted person would have done better in my position but I think I could have done better if I'd had help.
[+] [-] james-revisoai|2 years ago|reply
[+] [-] throwawayadvsec|2 years ago|reply
[+] [-] clnq|2 years ago|reply
That is the main advantage in my case over many others who didn't start so early. Programming concepts are easier to understand, I can learn codebases quicker, and similar. But I can attest to being a very, very bad programmer for about 15 years before I started learning coding seriously. You shouldn't have hired me over a fresh grad when I was 22. Now, maybe I bring more to the table than some other engineers with formal education only. But then again, the advantage is so small that things like personality have a bigger influence on coding ability, I think.
The question about when a candidate started coding can be a nice conversation starter. But starting early doesn't guarantee competency. In fact, a kid will almost definitely not follow great SWE practices for many years. So those years of experience aren't worth a lot, in my opinion.
As others have said, the age at which someone starts programming might be a better predictor for their wealth and similar. I was the only kid in my neighbourhood in the 90s with a personal computer to code on. But what good does that do in describing me today as a professional, a software engineer, or a person?
[+] [-] unknown|2 years ago|reply
[deleted]
[+] [-] shrimp_emoji|2 years ago|reply
That makes me feel better. :p
I didn't start until SUPER late. When I began learning it, I feel like I took to all the concepts like a fish to water and found a passion for it which endures to this day.
I have a hard time imagining what code my younger self would've written without cringing, but I always wondered whether I'd be godlike at it now or just as good plus cringeworthy memories if I started early.
[+] [-] lapcat|2 years ago|reply
It's irrelevant.
You might as well ask about the wealth of the candidate's parents, which is significant factor in whether a child has access to a desktop computer on which they can do serious coding.
[+] [-] quechimba|2 years ago|reply
[+] [-] ozim|2 years ago|reply
[+] [-] __123__|2 years ago|reply
The signal this question provides is a signal about the person giving the interview (and the company as a whole) and nothing about the candidate.
That is, if someone asked me this question in an interview, I would immediately know that I want nothing to do with the company. I would probably politely end the interview on the spot, and would definitely not answer the question.
What the question is asking is whether the candidate was able to have access to a computer as well as resources on how to develop on that computer when you were growing up.
This is extremely biased because many people may not have been able to have a computer to program on, could not get access to such a computer, or, if they could, did not have access to information on how to program the computer.
The point is, all of those details are irrelevant.
That is, if two candidates have the same number of years of professional experience, it doesn't matter when they first started getting interested in the field they are interviewing for.
[+] [-] __123__|2 years ago|reply
[+] [-] throwaway60607|2 years ago|reply
My father started when he was 11, how old is he?
[+] [-] eesmith|2 years ago|reply
If two candidates are equally competent at the coding/system-design questions, then I don't see what difference it makes if one candidate started at 11 and the other at 16. You'll also want to know how much time they spent programming - 1 hour per month? 1 hour per day? did they stop for a few years? Also, what was the actual programming? Because entering BASIC games from a book, as I did in the 1980s, vs. hacking Spice Lisp at CMU (as jwz did at age 16) are both "programming", but I know who you should have hired as an employee, and it wasn't me.
[1] I'll quote https://dl.acm.org/doi/pdf/10.1145/3196839.3196867 as the first paper I found which discusses the underlying issue, and with supporting evidence:
> Computing education has experienced a falling popularity over the last decades, in particular among girls [15, 18, 29]. The situation does not seem to be improving, either in Norway or in other Western countries. We even see a drop in the number of women in computing studies in the humanities that used to attract more women [30].
> In contrast to the Western picture, certain Asian and Eastern European countries have not followed this trend and can boast a higher proportion of women in computer science [8, 50]. This leads us to conclude that there is no obvious, natural or biological reason for women being a minority in computing or for computing being associated with masculinity.
> Such associations are rather results of social structures and specific cultural constructions that have made it less likely for women to choose computing across most of the Western world [8, 52].
> Cultural images and stereotypes have been documented as being vital in creating barriers for girls’ and women's engagement in IT [5, 10], also in Norway [18].
[+] [-] dghlsakjg|2 years ago|reply
Quite honestly, I think this is an incredibly bad measure to try to correlate with job performance. I know plenty of people who coded from a young age and aren't good at coding, or they are great at coding, but wouldn't make good employees.
[+] [-] soganess|2 years ago|reply
Learning to code early did not make me a better anything. I'm sure an adult could learn my entire childhood's worth of tinkering in 6 months to a year. And that is me being quite flattering to my younger self.
Long-term professional experience on large (50k-100k loc and up) projects is where you cut your teeth. That knowledge is hard to learn, hard to teach, and hard to transform into constraints when architecting something. No ten-year-old has those skills, and learning to code young doesn't somehow predispose you to better acquiring them. I'm fairly sure I don't have them yet.
[+] [-] magicalhippo|2 years ago|reply
Some people are better at some of these aspects than others, and vice versa. Only experience requires having programmed a lot. However perhaps those who start young are more likely to "get it", making it fun for them, though I think it's a poor proxy since you can't control for who had exposure at an early age.
I started programming at age 12, quite by chance. I stumbled over some code one day, and my buddy could tell me it looked like Basic and I could try QBasic on my machine. I was quite fascinated, and really wanted to learn more. However I didn't know anyone who could program, and we didn't have internet nor BBS access. So until I was 16 and we got our first modem, I spent a lot of time bumbling around alone.
On the bright side I think it made me good at reading documentation. On the other hand, I could probably have done a lot more actual programming if hadn't had to spend a full week trying to find the one keyword I was looking for... Of course it didn't help that QBasic's built-in help was in English, and I had only started learning English that same year.
[+] [-] cwbrandsma|2 years ago|reply
I started at 10 with my subscription to Home Computing Magazine and my uncle was teaching me to make juke boxes.
[+] [-] sgu999|2 years ago|reply
Most of your luck came from being born in a family that could afford a computer and let you spend time on it...
[+] [-] dorfwald|2 years ago|reply
[+] [-] Rebelgecko|2 years ago|reply
[+] [-] pfannkuchen|2 years ago|reply
[+] [-] zerohp|2 years ago|reply
This is a bad question.
[+] [-] tailspin2019|2 years ago|reply
To add more anecdotal evidence, I know someone like this too.
[+] [-] 1827163|2 years ago|reply
But then I was set back at the age of 18, where I developed severe PTSD from a family abuse related incident, sadly. That was way back in 2001.
[+] [-] pjbeam|2 years ago|reply
[+] [-] dllthomas|2 years ago|reply
[+] [-] Bostonian|2 years ago|reply
[+] [-] adelie|2 years ago|reply
my first exposure to programming was college and it was incredibly discouraging for me to discover that many of my peers had been programming for years; i felt like it was hard to 'compete' with my peers simply because my parents didn't encourage me to work with computers when i was a child. ironically, i ended up doing well on exams and getting a minor teaching position because i didn't have self-taught bad habits and could explain the coursework better than those who already 'got' the concepts from prior experience.
[+] [-] danmaz74|2 years ago|reply
Anybody cares to explain their reasoning here about the correlation with wealth? Besides any correlation between having started early and being a good prospective hire.
[+] [-] xupybd|2 years ago|reply
I eventually got a home PC but I was 16. I had a paper run and a cleaning job.
[+] [-] morelisp|2 years ago|reply
[+] [-] amir734jj|2 years ago|reply
[+] [-] reassembled|2 years ago|reply
[+] [-] KenArrari|2 years ago|reply
If starting early actually did help them become better programmers, then it will be apparent from their current skill level and the accomplishments on their resume. Just focus on looking at that.