The other day I asked for an analysis or at least an UML diagram since we are having quite some troubles and my boss looked disgusted at me for asking such a question. I’m not a professional backend developer, so I don’t know how it works professionally

  • nitefox@lemmy.worldOP
    link
    fedilink
    arrow-up
    3
    ·
    11 months ago

    The DB is already made, but they had to change it cause they didn’t plan a huge portion of its logic beforehand even though they knew about it. This resulted in major changes across the whole schema, while we were already working on implementing the various features

    • MagicShel@programming.dev
      link
      fedilink
      arrow-up
      4
      ·
      11 months ago

      I see. So it’s an absolute cluster fuck because no one did the correct planning in the first place and everyone is flying by the seat of their pants. I don’t have a lot of information to go on, but this seems like poor leadership. And you know that because they had the requirements but didn’t create the right schema in the first place.

      This (whether by leadership failure or honest mistake) is sometimes a reality in software development. And it sucks because that usually puts a lot of pressure on developers to hit moving targets because the deadlines don’t usually change just because you spent weeks working on bad design.