DEV Community

SparkedScience
SparkedScience

Posted on

Burnout

I have stalled on major projects because of a lack of motivation. In this moment, I'm just burntout.

This isn't going to be some well formatted, header filled post with a 5 minute youtube video at the end. I need to rant in hopes I'll regain motivation.

Burnout in programming is the worst kind of burnout in my eyes. Burnout as a content creator sucks, but you can usually pick back up where you left off. If you walk away from a project, you have to relearn what your program does before working on it again. And that's the biggest issue. One reason programmers find it so difficult to go back to a project is that hurdle. Smaller projects it's not as bad. But multi file, multi language projects? I've been away from a Django site for months because of this hurdle.
And then there's the other issue. I'm afraid this project will fail, so why build it? Why spend the time in development for a project that I'll burn later. I don't have millions of dollars to throw at rockets that explode in the final moments. I am a single student, trying to take on a project that is too big for one professional developer alone.
Back to the topic at hand, burnout. What can we do about it?
Please let me know.
I would love to get back into programming.

-JAlbert
Current song: Miracle - Stripped; The Score

Edit: Maybe finding that one piece of technology to overcome a hurdle is all we need.

Top comments (1)

Collapse
 
btopro profile image
Bryan Ollendyke

Every time, disrupting my routine that lead to the burn out solves the problem. Disruption can come in many forms for many people. It could be taking a walk outside, dropping all things you "HAVE TO DO RIGHT NOW" one day, and staring at a mountain. It could be anything. For me, I usually stop everything, walk, or when on campus I go to the business building and put on a play list that I usually get ideas to. Then I play it w/ my notebook and I sit staring into the sky or at the fountain.

Another disruption is always sleep. I'll intentionally go to bed at an "illogical" time. Like 8 or 9 pm instead of the 11-1 range I normally rock. After a day or two of that, and not looking at screens but doodling in notebooks, I can undo the locks in my head keeping me from progression.

As for scale, rockets, and crashing via low resources and high demands, I offer this image I found on twitter - dev-to-uploads.s3.amazonaws.com/up...

The task at hand, unpacking it and climbing to learn more about something that might be futile could be the story of my professional life, and was an incredibly hard lesson to learn. Let me collapse 15 years into a sentence though: it's never wasted effort, and all projects no matter how big or small, complicated or simple, are an opportunity for growth.

Never give up on your dream, whatever it may be, but also never be unbending in your pursuit to how that dream is executed or the scale to which you envision it. Being willing to change scope in order to make it manageable and bite off chunks at a time can help make progress. Also, document everything all the time. Any time I write a 2-5 line chunk of code that might be confusing or assumes something in the underlying variable names, logic, context; I document what I am thinking about at that time that I am writing it. This is not for another person to read and get; it's for a future version of me to burn less cycles when my "brilliant idea" of today, inevitably needs revising at a later version of me in the timeline.

TLDR;
Take care of you, get creative, get away from the work, document it heavily while doing it, and never back down.