this post was submitted on 14 Aug 2023
521 points (95.8% liked)

linuxmemes

20453 readers
135 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 66 points 1 year ago (3 children)

Can confirm it's a shitty metric. I once saved the company I was working at few millions by changing one line of code. And it took 3 days to find it. And it was only 3 characters changed.

[–] [email protected] 27 points 1 year ago (1 children)

That's the curse and blessing of our profession: efficiency of work is almost impossible to measure once you go beyond very simple code.

You can feel like a hero for changing three characters and finally fixing that nasty, or you can feel like an absolute disgrace for needing days to find such a simple fix. Your manager employs the same duality of judgement

[–] [email protected] 15 points 1 year ago (1 children)

I feel like a hero in this particular case, it was a bug in a code that was written when I was still too young to even read. And no one knew how to run it. We didn't have access to the pipelines so no one knew how to build it and how to run it. It was a very obscure hybrid of C and PHP. I basically had to be the compiler, I went line by line through the whole codebase, searching for the code path that caused the error. Sounds easy enough, right? Just CTRL+click in your IDE. Wouldn't it be a shame if someone decided that function names should be constructed as a string using at least 20 levels of nesting where each layer adda something to the function name and then it's finally called. TL;DR it was a very shitty code.

[–] [email protected] 9 points 1 year ago (1 children)

What the fuck. I'm so appalled I had to leave this useless comment to digitally stare with an agape mouth.

[–] [email protected] 5 points 1 year ago

To be fair, they said I'll be dealing with legacy code from time to time during the interview.

[–] [email protected] 14 points 1 year ago (1 children)

But did you add 3 characters? Gotta bump up that code count bruh.

[–] [email protected] 13 points 1 year ago

Nope, removed 3, added 1.