Live data from Hacker News

Ask HN: Is it normal to fall out of love with coding?

news.ycombinator.com

11–20 of 124 posts

Re: Ask HN: Is it normal to fall out of love with coding?

#11
Since moving out of large / enterprise style business and into startup culture I've definitely felt a big shift in my view of my job and role in this industry.

I've shifted my perception of myself from being an engineer/programmer to seeing myself as a product person that happens to use code to express my goals.

I still obviously expect and demand a high standard of code quality from myself, but I'd much rather do one thing every day to improve the life of a customer than wrap myself up in the more esoteric solutions to coding issues. I don't constantly chase new libraries and frameworks and build tools and I don't spend time discussing semantics while pair programming. I value pragmatism above all.

I feel like coding is now 40% ish of my overall skillset and am much better off for it, which seems to bear out in terms of opportunities that have opened up since I've made this change.

Re: Ask HN: Is it normal to fall out of love with coding?

#12
Thats exactly what Ive been feeling recently. But then I realized, we evolved, we grew, thats why our passion might change, and maybe you found a new passion that feel more exciting that coding.

I just written a piece of mind that might help you notice, whats going on with your passion. You can read it at https://link.medium.com/Td65gAxIkT

Re: Ask HN: Is it normal to fall out of love with coding?

#13
Good question, good replies. Thanks to OP and others!

IMHO your situation is actually quite positive because you notice the domain you enjoy more, which is communicating with people rather than interacting with computers. Why not just keep moving toward that direction?

I wonder if you have played any games that lack of tactics and don't require you to learn techniques to master, and you can just farm and farm and farm before your level or whatever is enough to conquer the final boss. Monotonous, boring, just like that. If the only reward you get from coding is salary and nothing else, then you should really consider leaving the comfort zone, which is actually what you are trying now, and that's good.

Re: Ask HN: Is it normal to fall out of love with coding?

#14
A programmer likes to learn new things all the time and sees the joy in writing the same code in a new language/framework for the n-th time. A problem solver sees that it is pointless. You are just doing the same things over and over again and the shiny new thing is not that special. You must rediscover the joy of learning new things. Try a new language or a hobby. Try some new food. Experience new things. Programming requires true grit because the real work is not that exciting. Coding is just a small part. So you have to accept that to make great things you have to do a lot of boring work. And that great ideas are not worth that much without the ability to implement them.

Re: Ask HN: Is it normal to fall out of love with coding?

#15
Just like you, I started programming quite young (about 12 when I started) and last year, when I was 26, I was burned out on it for the first time.

It started with me just getting my job done, but not really finding a lot of joy in it anymore and I'm sure the quality of what I did went down as well.

A bit later, I stopped doing side-projects and didn't want to read anything related to it anymore for some time. It was around that time that I realised it's not my job, but the problem was me burning out (I just ended a stressful period in my personal life as well due to a family member passing away).

My solution was to just 'allow' myself to _not_ do anything at home for some time and look for other things to keep myself busy. At first, if I wasn't doing something for side-projects I'd feel guilty, which was an unhealthy attitude.

I started reading fiction (instead of non-fiction all the time) and bought a console for gaming - something I hadn't owned for a decade. Just so I wouldn't be in front of my computer after work, I also took a holiday for a few weeks.

Eventually I started to miss my side-projects, though it actually took a few months before I'd really get into them again. Now I'm only really just getting out of it to be honest, but I'm did rediscover the fun of coding. I'm reading about it again, but alternate between fiction and non-fiction after each book, and I'm having fun programming both at home and at work [most days ;)]

So maybe, as other posters said, you are suffering from (the beginning of) a burn-out. It sucks, but it's not forever.

Re: Ask HN: Is it normal to fall out of love with coding?

#16
I don't know if this helps you deal with your situation but this is how I would respond if someone asked do I enjoy coding (delivering software is my profession, bread and butter and I code in my spare time as well now and then).

Personally I originally thought coding as something wonderfull akin to music or poetry. Ok, that got me hooked and started. Now as I've matured a bit I see coding (i.e. the typing part where you manually define the syntax tree with some specific language) mostly as ... typing. What nowadays gives me the kicks is the thing that I create by coding and the concepts I can study.

I get no joy in coding, unless I am building something that delivers value. The value can be end user value, personal learning or just a glint of beauty.

But, no, I would say I enjoy just "coding" anymore. To me it feels like asking from a literary author do they enjoy typing. It's a part of process of creating value, but only a part of the process.

When I code in my spare time I don't think I spent the time coding. I think I spent it investigating an algorithm, or delivering a fun software, or solving a math puzzle.

Re: Ask HN: Is it normal to fall out of love with coding?

#17
I worked for about a year coding and then switched to hardware/firmware. Because frankly I wasn't really happy just turning out code day after day. Code now is just a means to an end.

I have a couple of friends that found they basically hated coding and switched, one to technical marketing and the other fixes machine tools.

Re: Ask HN: Is it normal to fall out of love with coding?

#18
It hasn't happened to me. I started coding in 1982; I'm still doing it. In the meantime I've started four startups (none of which succeeded - I'm a much better geek than I am a businessman - and done a couple of management jobs. But I find I still prefer writing code (and designing systems) to anything else, and I don't at all enjoy being responsible for seeing that there's enough money in the bank to pay other people's wages, so these days I'm just a contract programmer.

Re: Ask HN: Is it normal to fall out of love with coding?

#19
Just 5 years ago you were 21. Consider for a moment how your attitude and emotional intelligence was back then. Think back 10 years when you were 16.

It is likely the case that you've come so far and a lot has changed in your life in just a relatively short amount of time. Now, move forward 5 or 10 years and imagine the same amount of change.

What I'm trying to say is... it is perfectly normal to change your interests.

Re: Ask HN: Is it normal to fall out of love with coding?

#20
post #7
post #3

It's a sign of burning out. I've felt the same way many times during my career. I started making websites when I was 15 (I'm 33 now) and moved to a management role. When I wasn't coding for the last few months, I realized I missed building stuff. I just quit my job this month and now looking for contract/freelance work. One thing I realized very late was I needed some kind of hobby outside writing code and spending t…

This is a great reply. I really recommend the learning to cook suggestion - there are a bunch of parallels with programming (it's creative but in a process-driven sort of way; there are loads of different styles and techniques; great sense of accomplishment when you finish something complex; you can delight others with your creations; gentle learning curve; etc) in addition to (possibly modest) health benefits and a…

It's also applied project management, as in hard to hide the fact that some component of the dish is not yet ready when everyone did show up at the table already.
Post reply on HN