7
atheist
5d

Some data scientists are like fucking first year baby devs and I've just got to try to be nice and hold their hand and not scream....

Comments
  • 5
    You mean python devs?
  • 4
    @Lensflare mostly probably 😁 Python dem language for sience dawg! Python will figure out in the end that climate is doing fine 😎 Also, didn't you mean snek++?
  • 5
    @Lensflare fuck you, I use type annotations and shit. I'm also a c++ dev too. They've got huge ass comments explaining what the code does, like legit 50 dashes, a line saying this loads data, another 50 dashes then a COMMENTED OUT load line that has been replaced elsewhere. It was added and removed by the same person in the same block of work I'm currently reviewing, so I just see this useless block has been added.
  • 4
    @atheist I‘m sorry, I didn‘t mean to insult you, but your answer is somehow funny as hell! 😂
  • 4
    @Lensflare DO YOU SEE WHY I'M FRUSTRATED NOW?! I'm not paid enough to baby people
  • 3
    I've so far spent half a day reviewing this and have only got as far as style yet..
  • 4
    The worst thing is I'm in a different department and no idea what seniority this person is so I don't know if I can just tell them to change shit and know they'll actually listen or not. I'm reviewing because I rewrote it previously after another data scientist did a load of god awful code (worse than this).
  • 3
    python devs are not real devs, as I keep saying
  • 4
  • 3
    @jestdotty what do I need to do to earn your approval? 😜
  • 1
    @atheist there is only one way to proof you're a true dev in these dark days. It is:
    int main(int argc, char *argv[]){
    unsigned int the_number = (1337 + 420) * 42;
    return 0;
    }
  • 2
    @retoor I remember when that wouldn't fit in an unsigned int. Cause platform for 16 bit.
  • 2
    @atheist what would an approval from a js dev even be worth?
  • 1
    @Demolishun fuck, even used unsigned to be sure. Expected to be enough.
  • 1
    @retoor most systems now are 32 bit at least on unsigned int. You good.
Add Comment