87

Dev: Why did you suddenly start adding random whitespace to the end of all of the files in your PRs?

Manager: IT’S NOT RANDOM!

Dev: ?

Manager: That’s a way I came up with for tracking my contributions. Every time I edit a file I add a line of whitespace at the bottom so it’s clear to everyone how much and how often I’ve contributed to the team. Although I haven’t been doing it this entire time so I had to make up for this by adding more to files that I *know* I’ve touched a bunch before. Just think! Especially with how big my PRs are compared to everyone else the tally of my contributions is going to get huge!

Dev: …

Comments
  • 33
    What the... Fuck?

    Does this manager use git without actually knowing anything about git? (Which I can image after reading some previous rants)
  • 15
    Dude! Whitespace matters! lol
  • 30
    This can't be real. Nobody's THAT stupid. If they were, they would forget to breathe and natural selection would do its thing.

    That's how I know this can't be real. It just can't
  • 15
    @Lasoloz Yup. He types what he’s memorized into the cli. He understands none of it. Any problem outside of the rudimentary workflows he’s familiar with he pulls in a dev to hold his hand. If you give him any explanation other than just the commands needed to do what he wants he throws a temper tantrum.
  • 3
    @Demolishun Yeah but so does an LOC over 9000. /s
  • 11
    @netikras I don’t think it’s stupidity in this case I think it’s narcissism and arrogance. He doesn’t like git and anything other than the basics of how to push and pull he thinks is for try-hard nerds and that there’s better things to spend time on.
  • 11
    @netikras Plus if I showed him git blame it’s all he’d use all day in order to pull people into meetings and dress them down about writing a line of code that was involved in a bug which is more annoying than having 300 lines of code in a ~320 line file
  • 14
    Thought this was gonna be about automatic newline insertion on the last line for convenience,

    BOY WAS I WRONG.
  • 11
    @boombodies since he doesn't know git-blame.. Why not just remove those blanks? 😁 blame it on IDE's autoformatter 😁
  • 3
    mutter... loc contribution game... mutter mutter.

    Why not add a space at the end of every line in file you edit??
  • 15
    @netikras "Nobody's THAT stupid" - every time someone says this, the universe thinks "challenge accepted"...
  • 2
    @netikras wishful thinking saving the day :)
  • 3
    @netikras considering the past rants, it seem she works at a freak circus 😂😂😂
  • 1
    This is such a dangerous and annoying mix of stupid and asshole.
  • 2
    Granted though, old mate is thinking out of the box. Maybe he should be an entrapreneur and see his own start up going rock-bottom instantly
  • 3
    @netikras would git blame even help him if you remove lines :)

    You cannot have a blame on a line that do not exist ;)

    For that you need the commit log and compares.
  • 1
    One day all the other people will be dead
  • 1
    @boombodies “types what he’s memorized into the cli”

    Aren’t we all?
  • 3
    Configure git hooks with some auto formatter tools to remove blank spaces at the eof and say that latest git version doesn't support extra new lines.
  • 3
    @n4m31ess-c0d3r Ooooooo I didn’t think of that. I’m stealing it, thanks!
  • 1
    Ahhh OP I seeee!

    My condolences, this sounds like a terminal case of Stupido
Add Comment