5.25-inch floppy disks expected to help run San Francisco trains until 2030

floofloof@lemmy.ca to Technology@lemmy.world – 317 points –
5.25-inch floppy disks expected to help run San Francisco trains until 2030
arstechnica.com
52

You are viewing a single comment

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.

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!

Well I suppose that reminds me, I ought to comment the why and the where a bit more lol

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.