DEV Community

Cover image for Are you TOO OLD to start coding? Use this tool to find out!
Savvas Stephanides
Savvas Stephanides

Posted on

18 6

Are you TOO OLD to start coding? Use this tool to find out!

Coding is an exciting field, there's no doubt about that. It's an attractive field, but a lot of people are put off for one simple reason: they feel they are too old to start coding. But are you?

To help you answer this question, I have created a super simple tool called "Too Old To Code?".

To use it, just click on the link below and enter your age. The tool will immediately tell you if you're too old to code. Give it a go!

πŸ”₯ Are you Too Old to Code?

Share your results here!

Top comments (35)

Collapse
 
jmfayard profile image
Jean-Michel πŸ•΅πŸ»β€β™‚οΈ Fayard β€’

Apparently, at (Number.MAX_VALUE+1) I'm too old to code :(

Collapse
 
lionelrowe profile image
lionel-rowe β€’

Ahh, but you can never age to Number.MAX_VALUE. Once you hit Number.MAX_SAFE_INTEGER + 1, you stop aging every birthday:

const startAge = Number.MAX_SAFE_INTEGER + 1
let currentAge = startAge

const happyBirthday = () => {
    ++currentAge
}

for (let i = 0; i < 1000; ++i) {
    happyBirthday()
}

console.log(currentAge === startAge) // true
Enter fullscreen mode Exit fullscreen mode
Collapse
 
jmfayard profile image
Jean-Michel πŸ•΅πŸ»β€β™‚οΈ Fayard β€’

JavaScript invented immortality πŸ’’

Thread Thread
 
savvasstephnds profile image
Savvas Stephanides β€’

That’s just an infinite loop πŸ”

Collapse
 
savvasstephnds profile image
Savvas Stephanides β€’

Haha πŸ˜‚

Collapse
 
savvasstephnds profile image
Savvas Stephanides β€’

That's probably a bug in the tool

Collapse
 
jmfayard profile image
Jean-Michel πŸ•΅πŸ»β€β™‚οΈ Fayard β€’

It's a joke, the number doesn't exist in JavaScript

Thread Thread
 
savvasstephnds profile image
Savvas Stephanides β€’

I know 😬

Collapse
 
craftyminer1971 profile image
CraftyMiner1971 β€’

I thought this was a gag tool, so I tried it out. And, at 51, I'm not too old to code. But, looking at the other comments for this thread, the said even at 99 he's not too old. Thanks for the little kick up the butt. BUT, I may not be too old to code, but with me, it's not the age that's the problem. I don't have any motivation or inspiration to code anything in particular. I even put up a challenge that someone could turn my interest to coding once again. I'm still waiting! Thanks for the laugh, though.

Collapse
 
savvasstephnds profile image
Savvas Stephanides β€’

I’m sure you’ll find the motivation you need. Imagine what you could create and how many people you can help just by using your mind and a few lines of weird text! πŸ”₯

Collapse
 
nikdjem profile image
Nikolai Djemerenov β€’

I am 1 year older than you.
Everything about coding is new and difficult for me. I haven't a mentor and I make many mistakes. But I have motivation, a lot of motivation, I will never stop learning till I reach my dream to be a web developer. I start at the end of 2020 and I want to give up many times, but I am still in the game and I know that the success is round the corner . Be patient and consistent. May the pation be with you!

Collapse
 
michaeltharrington profile image
Michael Tharrington β€’

Haha, love it! πŸ™Œ

Collapse
 
savvasstephnds profile image
Savvas Stephanides β€’

Thank you Michael. Hope the result was what you were hoping 😬

Collapse
 
michaeltharrington profile image
Michael Tharrington β€’

Well, I was looking for an excuse not to start, but dangit... apparently even when I'm 99, I'm still young enough! πŸ˜†

picture of Savvas' application telling me "No, at age 99, you're not too old to learn to code!"

Thread Thread
 
savvasstephnds profile image
Savvas Stephanides β€’

Well it’s true! Get to it 😬

Collapse
 
savvasstephnds profile image
Savvas Stephanides β€’

We might have a slight issue that the sun will have already exploded by then, but sure. Why not!

Collapse
 
vulcanwm profile image
Medea β€’

Nice!

Collapse
 
savvasstephnds profile image
Savvas Stephanides β€’

Thanks, Medea! πŸ”₯

Collapse
 
ca55idy profile image
ca55idy β€’

Guess what, no one needs this tool. The answer is no. If you're open to learning, you will learn end of

Collapse
 
savvasstephnds profile image
Savvas Stephanides β€’

This is the whole point of this "tool", Cassidy. No matter what age you put in there (even something astronomical like "999999999999999999999999999999", it will still tell you that you're not too old to code. It's not actually useful tool, it's meant as a joke just to make a point πŸ™‚

Collapse
 
andrewbaisden profile image
Andrew Baisden β€’

Age has no limit when coding.

Collapse
 
savvasstephnds profile image
Savvas Stephanides β€’

Very true!

Collapse
 
youngdev_ profile image
Jakub β€’

I see you are fan of console.log in production too

Collapse
 
savvasstephnds profile image
Savvas Stephanides β€’

The best debugging tool in existence? Of course I’m a fan!

Collapse
 
incrementis profile image
Akin C. β€’

Hello Savvas Stephanides,

thanks for your tool

It was amusing to use and I agree with the result(s) :D

Collapse
 
savvasstephnds profile image
Savvas Stephanides β€’

Glad you found out useful Akin!

Collapse
 
hyggedev profile image
Chris Hansen β€’

πŸ˜‚ Nice one. Very good stuff her folks.

Collapse
 
savvasstephnds profile image
Savvas Stephanides β€’

Glad you found it useful, Chris! πŸ˜†

Sentry image

See why 4M developers consider Sentry, β€œnot bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

πŸ‘‹ Kindness is contagious

Please leave a ❀️ or a friendly comment on this post if you found it helpful!

Okay