Sorry for the burner account.

I have to figure out what to do with my life right now. I really enjoy programming, and honestly, of any kind. Haven’t really found a kind of developing I dislike yet. I have been doing stuff for around 4-5 years by now, so I have confidence that I’m a good programmer, with the huge caveats that I’ve never finished any presentable project and I’ve never done anything with a team, I’ve only done solo stuff.

It seems like the logical thing to pick for a job. However, I’ve heard experiences of people with programming jobs and CS degrees that they’re absolute hell to be in. Super long work days, absurd deadlines, crunch, and that doing a CS degree means you have absolutely zero time for anything else in your life.

Having a life like that really scares me. I’m not really a strong, disciplined person. I know I can’t handle living like that. I’m scared I’ll just realize I want to quit and end up having wasted years of money and work on a degree I don’t want to use for anything - and that’s even assuming CS college isn’t that awful.

My biggest dream is doing indie game development, and it has always been that since I was a little kid, but I know that’s not a safe prospect for a reliable living wage. At the same time, abandoning that dream completely would make me feel awful. So I NEED to have time to work on my own stuff.

I wouldn’t go to a CS degree purely for more job opportunities, I’m sure there’s a lot of things I’d be able to learn in one that I need. I just don’t want to end up living just to work. I’m really only going off on rumours and experiences of other people I know though - and I don’t have much of a chance of visiting a campus or talking to professors. Because of life reasons it’d have to be abroad and I’d have to do at least the first year online.

So… yeah. I’d appreciate hearing some experiences in CS degrees and in programming jobs. Is it really that bad time-wise? Is it something enjoyable?

  • 0x01@lemmy.ml
    link
    fedilink
    arrow-up
    17
    ·
    2 months ago

    Plenty of anecdotes out there, you’ll find people with every kind of experience. Don’t stress too much, the job itself depends entirely on the team, product, and industry.

    I work in a tucked away industry highly specialized in some random sector of manufacturing and service. I’ve worked at three different companies in the same sector and each was wildly different. In general programming in a professional setting causes a tremendous shift in the way you program no matter where you go.

    The things you focus on in a team are: how can I make this code resilient so none of my teammates can screw it up, readable so anyone can understand, and runnable so after every iteration it will function.

    Your style conventions and preferred way of programming may have to shift to accommodate working with others. No more super cool but impossible to read functions, no more 70 layer deep polymorphic chains, no more random spacing and inconsistent brackets.

    Programming professionally comes in different flavors. Young startups need hard hitting fast develpers who type 150wpm and munch through requests like nothing, leaving a trail of tech debt and bugs behind but getting the product to mvp status. Established companies need methodical, measured programmers who think through the consequences of their actions and write code that will stand the test of time, programmers who don’t say “we should just remake the whole thing” every tuesday.

    I’ve been programming professionally for about a decade and can confidently say I would be pleased to stay in the career for the rest of my life. I am not confident that the precise job I have today will even be available in that timeframe because there have been amazing leaps in technology that convert business logic into code, see copilot’s new workspace product.

    Go for it, if you find a business that feels like a bad fit move on. Plenty of businesses are itching for competent developers.

    • jjjalljs
      cake
      link
      fedilink
      arrow-up
      1
      ·
      1 month ago

      programmers who don’t say “we should just remake the whole thing” every tuesday.

      We had a guy like that at the startup I work at. It was not a good fit and he’s no longer on the team.