10

Does anyone else here have coding-fatigue?
Like if someone gives me a problem (BIG or small), I can chalk out an architecture or "oh you can use this-n-this-n-this"

But if you ask me to code it, though it's easy as fuck, I dont want to and will drag it until I gush 2 coffees to force myself to do it.
You give me a junior dev who knows NOTHING and does the typing and I can guide him and make him do it all, but by myself? nah

PS: this only applies to work-code that isnt "fun" per-se. My own projects? no issues at all

Comments
  • 3
    I ask gpt to do the boring code for me
  • 4
    When this happens, I try to make the coding fun again.

    Try something new, maybe a new pattern or something like that...
  • 2
    Has only happened to me the last 8 years. Just remember: I get paid to do this.
  • 1
    It happens several times a week for me... in my case probably caused by stress + working on stuff I don't really like at this moment.
  • 0
    @azuredivay
    Guess do something as @Grumm describes.
    Can imagine things like code blocks or these monkey translation boards helping too?
  • 0
    I moved fatigue after coding and before submitting pull request.
    So it’s still there but in different place.

    Also I removed architecture part.

    So now I just write code then complain about it and then ignore architecture and submit pull request.
  • 1
    I use chatGPT for that — works perfectly
  • 0
    Chat gpt sucks at react. At least according to my boss and team. They don’t like what it does on my pull requests. Of course they won’t tell me the right answer either.

    Even when I test it and the code works they are still unhappy ☹️

    Perhaps I need a new job.
  • 1
    I have a principle of being responsible so I'll do what I agreed to do regardless. unfortunately other people don't seem to share this same principle so it can make me angry, feeling betrayed and taken advantage of

    if it's something I didn't agree to there better be money involved so that I feel like agreeing to it, and if there isn't enough money I probably won't be doing it

    otherwise, inability to code in hobby projects I'm informed has to do with me delaying gratification for something else I really wanna do at that time. I haven't tested this because haven't had an opportunity to as of late
  • 2
    All fucking day. It goes like this:

    - I understand the problem.

    - I understand the requirements.

    - Here is a comprehensive breakdown of both the ideal solution and even a few alternatives in case we run into something unexpected.

    - Also here's a few thousand micro-optimizations I would apply to your piece of shit infrastructure after glancing at the code for five minutes.

    - And speaking of massive refactors, there's a few things that have been bothering me about this fucking gonorrhea you call an interface. Yes, I know ten thousand other modules are using it but that doesn't mean we can't rewrite it.

    - Just "one" more cup of coffee.

    - Get to coding? No way, I'm gonna burn down this entire company with my VISIONARY ideas, might even teach you some mother fucking black magic, if you're willing to be initiated into our occult society. Now put on that toga.

    - What do you mean "fired"?

    - Please reconsider.

    - I said "reconsider". I am armed.
  • 1
Add Comment