8
cb219
51d

Nobody in the department knows what an ancient program really does, not even people that have been in the department for 20 years. Yet it seems to do important things.Time to shut it down and see what it was responsible for. Maybe we'll see the consequence in the next year(s), lovely 🙃

Comments
  • 2
    Maybe it just shows datetime gmt+1.
  • 1
    ...that plane crash in China must've been a coincidence, then.

    /jk
  • 1
    @cb219 Nobody bothered to spend a day reading the code?
  • 3
    @BordedDev let me correct this after better understanding: people know what it does since the code is available. But nobody knows which other systems are dependent on this. Its purpose is apparently just about moving files from a to b.
  • 0
    @cb219 Do they do it through a network connection or something?
  • 1
    @BordedDev not necessarily. It might connect to a db, it might also connect to a NAS. Then again it might use a windows directory, that is then again mounted onto a linux server. It's all over the place.
  • 0
    I would say this is a biproduct of a lax and badly-coordinated team. A properly structured team doesn't create code that has no documentation or that's left fossilized.

    What's the solution? Yeah,.. talk with the team and find out how it works. In some hilarious cases the person who wrote the code wrote it in a narcissistic way without properly documenting it and left the company. lmao

    Glad to hear you got some understanding of it already.
  • 1
    @CaptainRant Sounds like someone who has only worked with a very lax management team, with no "this is suddenly urgent" issues.

    But yeah stratified software like that you'd hope someone would have made a note about it
Add Comment