I’m a climate scientist by trade. Interested in interesting things. Ecology, complexity, politics, social change, music.

  • 0 Posts
  • 13 Comments
Joined 2 years ago
cake
Cake day: May 8th, 2024

help-circle








  • naught101@lemmy.worldtoProgrammer Humor@programming.devSept
    link
    fedilink
    arrow-up
    29
    arrow-down
    1
    ·
    2 months ago

    The developer who was there when I started my last job believed that libraries should be avoided at all costs. He wrote a CSV reader from scratch in python. It didn’t work in many edge cases. He didn’t like it when I pointed that out. Nor when I showed him that his “better way” in another case was more than 10x slower using a profiler… At least he was using git, but the git history was full of long series of identical commit messages unrelated to code changes, because PyCharm has an option to reuse the previous commit message on a new commit…

    He eventually quit and I spent 3 years refactoring his garbage before we finally had a tech team who could take over (I’m a scientist, with self taught coding skills). Pretty sure even after we had a tech team of 7 if was still a better coder than most, purely because I was interested in how coding works, and trying to understand underlying concepts.