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.
For further actions, you may consider blocking this person and/or reporting abuse
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.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (40)
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.
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
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.
Reminds me of the famous adage:
How do you eat an elephant?
One bite at a time.
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.
Or just focus on the outdoors. The solution will either come on its own, or it won't.
Great point @darkwiiplayer !
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.
Thank you James! π
You're not alone in this lonely world.
dev.to/james_palermo_bc208e463e4/t...
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.
Also less coffee. People underestimate caffeine. A lot.
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"
I can relate to you with music, I prefer to listen "feel-good" or "country" songs during a depression. It helps π
Thank you!
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.
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.
Yeah, even a small commit is a commit
Thank you! π
I think it starts with positive self-talk. Guilt can be a vicious cycle, don't treat yourself worse just because you are struggling.
My positive self-talk takes a turn and convert into regret talks π
But yeah once should try that.
Thank you! π
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.
Thats a good idea to refactor old code and still get productive today.
Thank you! π