• gerryflap@feddit.nl
    link
    fedilink
    English
    arrow-up
    65
    ·
    3 months ago

    When I was a student I never understood how something like this could happen. “Just rewrite it” I thought, how hard can that be. But working in a corporate environment I now totally understand it. Everything you write will at some point become part of code that, to the fast majority of colleagues, will just be a black box that they’ve never touched and don’t intend to. Despite my urge to test and document everything, I’ve already more than once complained about my own code, only realizing later that I wrote it myself. Often you can still find out what it does, but the “why” gets lost and because of that people are afraid to change it.

    • 5too@lemmy.world
      link
      fedilink
      English
      arrow-up
      6
      ·
      3 months ago

      Often you can still find out what it does, but the “why” gets lost and because of that people are afraid to change it.

      I feel like this is what gets lost whenever documentation is talked about. Yes, you should probably be able to work out what something does by looking carefully at it - but why can be so easily lost!

    • brianorca@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      3 months ago

      Or there was documentation. You even remember reading it.(Or writing it) But since then we’ve changed from shared folders to SharePoint to something else, and reorganized folder hierarchy at least five times. I have no idea where to find it, or if it was purged in one of the cleanups.