DEV Community

Aneeqa Khan
Aneeqa Khan

Posted on

How do you code when you are depressed?

Hello all, I want to know how you get yourself to code when you are depressed and sad and you can't do much about it, But you have office work to do.

Top comments (40)

Collapse
 
sherrydays profile image
Sherry Day

For me: Get something done first thing when you sit down.

That's it. Contribute something, anything to what you're working on, and sometimes that turns in to a really great day. And sometimes it doesn't β€” but that's the nature of the beast.

Collapse
 
tmchuynh profile image
Tina Huynh

I agree. It's making yourself start that's the hardest. That's why building good self discipline is key especially when you are motivated and on top of your game

Collapse
 
james_palermo_bc208e463e4 profile image
James Palermo

Sometimes I even start by just checking my local git repo folder or venv or docker etc and removing any experiments or clutter I don't need. Nothing more than looking through folders/containers and deleting what I don't need from local. That way I get some tiny momentum, and when you're depressed any momentum is good momentum.

Collapse
 
jballanc profile image
Joshua Ballanco

Reminds me of the famous adage:

How do you eat an elephant?

One bite at a time.

Collapse
 
michael profile image
Michael Lee πŸ•

Try going for a walk.

Coding is problem solving.

I often get epiphanies or breakthroughs while doing other things.

You could look at the work ahead of you and tell yourself you'll focus on this problem on my next walk.

Then while you're enjoying the outdoors, focus on solving the problem.

Collapse
 
darkwiiplayer profile image
π’ŽWii πŸ³οΈβ€βš§οΈ

Then while you're enjoying the outdoors, focus on solving the problem.

Or just focus on the outdoors. The solution will either come on its own, or it won't.

Collapse
 
michael profile image
Michael Lee πŸ•

Great point @darkwiiplayer !

Collapse
 
james_palermo_bc208e463e4 profile image
James Palermo

I take my MacBook and drive somewhere like an empty park or back road, park, and work. Driving helps clear my head.

You can only push yourself too hard though. Reaching out like you're doing is helpful. I wrote a post about how lonely coding can be and the replies really helped me.

Collapse
 
aneeqakhan profile image
Aneeqa Khan

Thank you James! 😊

Collapse
 
james_palermo_bc208e463e4 profile image
James Palermo

You're not alone in this lonely world.

dev.to/james_palermo_bc208e463e4/t...

Collapse
 
booboboston profile image
Bobo Brussels

There are no easy answers, but on the day when you can't get in to it, maybe it's 3pm and you feel like you should stay sitting down for 3 more hours and work through it, your best bet is to get out and stop in that moment, and start from scratch the next day. Those three hours spent trying to power through are not going to help.

Collapse
 
darkwiiplayer profile image
π’ŽWii πŸ³οΈβ€βš§οΈ

Also less coffee. People underestimate caffeine. A lot.

Collapse
 
ernestvonmoscow profile image
VanPonasenkov

Wouldn't consider myself to be "depressed", but i can be sad from time to time, so i'll throw my 5 cents in. I do like 15 pushups, rest for 10 minutes, do another 15 pushups and after that i feel really energetic, don't know why, i just do. (If no one's looking) you can punch the air for a couple of minutes, it's strange, but for some reason it gives you a substantial energy and mood boost based on my experience. Listening to folk songs with jolly melodies can help too, my personal favourite in that regard is: "Wenn die Landsknecht trinken"

Collapse
 
aneeqakhan profile image
Aneeqa Khan

I can relate to you with music, I prefer to listen "feel-good" or "country" songs during a depression. It helps 😊
Thank you!

 
darkwiiplayer profile image
π’ŽWii πŸ³οΈβ€βš§οΈ

Not just over-consumption, literally any of it can cause (or worsen) anxiety.

It's normally just a trade-off; but it always amazes me how people who are already stressed and/or dealing with anxiety will still drink one cup after another and wonder why they aren't feeling better yet.

Collapse
 
webbureaucrat profile image
webbureaucrat

I gamify the GitLab contribution graph--goal of one commit per day, pushing for two or three. Even when I'm very much not feeling it, it's not hard to make myself open my laptop for one commit, which can take just five or ten minutes.

You end up with lots of very small changes over a long time, which is great for productivity because it keeps the state of the project fresh in your mind. It's also great for depression because even in the slow times when you're slogging through a difficult problem, you still have something very visible--a wall of colored-in squares--to show for it.

Collapse
 
aneeqakhan profile image
Aneeqa Khan

Yeah, even a small commit is a commit
Thank you! 😊

Collapse
 
ben profile image
Ben Halpern

I think it starts with positive self-talk. Guilt can be a vicious cycle, don't treat yourself worse just because you are struggling.

Collapse
 
aneeqakhan profile image
Aneeqa Khan

My positive self-talk takes a turn and convert into regret talks πŸ˜„
But yeah once should try that.
Thank you! 😊

Collapse
 
codewander profile image
Anon

I try to be patient and remember that it will be easier to understand and make progress the next day. A lot of times I measure my success by how much I finish each day, but with depression, it's much easier if you measure how much I finish each week.

Also, I try to shift to things I find very interesting or that are easier. So, I might write some unit tests or improve something about my developer workflow. I find that it's harder to create or write large blocks of greenfield code when I am down. It's easier to read existing code or do smaller refactors.

Collapse
 
aneeqakhan profile image
Aneeqa Khan

Thats a good idea to refactor old code and still get productive today.
Thank you! 😊