2
nnee
4y

Been making minor refactors to code base. Ran into something that resembles and behaves like a brainfart. Accepts arguments, uses them to query DB then completely disregards result and builds own result yielding dubious output.
Dumb as I am, went to investigate the story behind it. Maybe some weird business rules involved.
Git gave commit. 100+ files changed. Nice one.
Went to original story and there it was, clearly stated, like a true moronic decision: "Squash all feature commits to a single commit". No specs, no description, no explanation... Nothing.
Well... FUCK YOU TO!

Comments
  • 1
    Hmm, that isn't what squashing is for...

    Next level: Squash entire history into a single commit.
  • 0
    @cafebabe:
    Of course it has to be a force push - it is intended to clean the history after all...
Add Comment