Ask HN: How do you approach software modeling?

3 points by sol_invictus ↗ HN
I'm trying to build a good overview of a medium-complexity distributed system which is currently, documentation-wise, a bit of an anarchistic blob of individual text documents, code comments, and a whole-lot of databases stored individually into each developers brainDB. What is todays gold standard of doing software modeling? The first reaction is a flashback to CS classes and digging up an UML tool, but interested to hear if things have progressed in this area..

1 comment

[ 4.2 ms ] story [ 11.5 ms ] thread
If there are tests, I would start with those. See what the developers were trying to prove was true.