Are class diagrams updated automatically? If not, can this be done?

Are class diagrams updated automatically?

If not, is it possible to do this, so new classes are automatically added and deleted / renamed classes are removed from the class diagram? Maybe there is a plugin for this?

+6
source share
1 answer

Yes, class diagrams in Visual Studio are kept in sync with the code. You can very easily verify this.

What more, a class may appear in several diagrams. All diagrams and code are synchronized.

+8
source

Source: https://habr.com/ru/post/899859/


All Articles