Comment on Is it normal to design a database without writing an analysts first but basing it on the design?
glad_cat@lemmy.sdf.org 1 year ago
Once again, it’s the norm, but it’s very bad. You should have at least some kind of “design specification” to explain what has been chosen. You can use PlantUML or Mermaid, and write this in some kind of spec. It’s not professional to skip the explanation, but most developers/managers do this.
monomon@programming.dev 1 year ago
Recently discovered d2 which has a somewhat nicer syntax.