Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

1
  • 1
    I have doubts that class diagrams are a good instrument to document the overall design structure of a program, even when you use an OO language, because they are on a too low level of abstraction. I use to think in components, not classes, and dataflow between those components. Look, for example, here geekswithblogs.net/theArchitectsNapkin/archive/2011/03/19/…, for a possible notation. This approach is mostly language independent. Commented Sep 13, 2013 at 19:44