all 47 comments

sorted by: hot top controversial new old
[–] 179 points 4 months ago (1 child)
  • [–] 41 points 4 months ago (2 children)

    Oh God damn you. Have your upvote and... you know the rest...

    (ノಠ益ಠ)ノ彡┻━┻

  • source
  • parent
  • hideshow 4 child comments
  • [–] 106 points 4 months ago

    I thought this was programmer humor, not programmer horror

  • source
  • [–] 94 points 4 months ago* (5 children)

    Another movie pitch:

    Due to management decision, a code freeze has been mandated to the main branch. 50 feature branches have accumulated waiting to be merged.

    Management has now finally approved to lift the code freeze - but only for 24 hours. Will the poor engineering team manage to merge all feature branches in time?

  • source
  • hideshow 10 child comments
  • [–] 45 points 4 months ago* (3 children)

    Here's one for a TV show.

    In 2022, a crack quality assurance team was made redundant by a CTO for a botched product launch they didn't commit.

    These men promptly escaped from a maximally unstable job market to the LinkedIn underground.

    Today, still wanted by recruiters, they survive as soldiers of fortune.

    If you have a broken codebase, if no one else can help, and if you can find them, maybe you can hire the QA-team.

  • source
  • parent
  • hideshow 6 child comments
  • [–] 17 points 4 months ago (3 children)

    Is there a robust test suite?

    Merge, test, merge, test, patch, merge, test

  • source
  • parent
  • hideshow 6 child comments
  • [–] 44 points 4 months ago (2 children)
    rm -rf *
    
    git add -A
    git commit -m "oops."
    
    rm -rf .git
    git init
    git add .
    git commit -m "bye."
    
    git push origin main --force
    
  • source
  • hideshow 4 child comments
  • [–] 51 points 4 months ago (1 child)

    rm-ing .git isn't gonna work cuz you'll have to re-add the remotes.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 10 points 4 months ago (1 child)

    Oh good point 🤦

    So maybe instead, we can clear all local + remote branches and tags, create a blank branch, delete main, rename the blank branch to main, then delete .git

    Although the OP says that we can merge anything, and we might not have access to mess with branches

  • source
  • parent
  • hideshow 2 child comments
  • [–] 33 points 4 months ago (2 children)

    Unironically I think this is my only shot at getting past our code debt.

  • source
  • hideshow 4 child comments
  • [–] 17 points 4 months ago (1 child)

    My question would be for what time zone? That seems like an important detail

  • source
  • hideshow 2 child comments
  • [–] 10 points 4 months ago

    Sweet ninjesus, i'm having a heart attack just imagining it

  • source
  • [–] 10 points 4 months ago (1 child)

    So every sane dev will just sit that day out, do nothing and then once it has all blown over one of them will hard reset main to right before the silly time started. Sounds like a chill time, but not a good plot for a movie imo.

  • source
  • hideshow 2 child comments
  • [–] 7 points 4 months ago

    Every repo I can suddenly has a requirement for my $1k/license addon and won't run without it.

  • source
  • [–] 7 points 4 months ago

    So the equivalente to not wanting to make part of it and staying at home is setting repositories private a few hours before and only reopening the day after?

  • source
  • [–] 6 points 4 months ago

    https://www.openchaos.dev/#votes is kinda similar to, but weekly instead (voted for submissions that automatically get merged)

  • source
  • [–] 3 points 4 months ago (1 child)

    What does "all tech debt is legal" mean?

  • source
  • hideshow 2 child comments
  • [–] 3 points 4 months ago

    This feels like it needs a 'Hunger Games' add-on.

  • source
  • [–] 2 points 4 months ago* (1 child)

    I'm not understand , what it's mean

  • source
  • hideshow 2 child comments
  • [–] 2 points 4 months ago

    I'd rather morge continvously

  • source
  • I am taking the network down at the office on this day. I have accidentally done it before and now I know how to do it again.

  • source