How often is the UML β€œin the real world?” Chart used.

Almost every one of my programming classes used UML, but none of them explained when and where it can be used in professional settings. Is this done for every single file in the project, or is there any rule of thumb when you can use it? In addition, is this most often done manually (which I have always been afraid of) or using some kind of generator?

+6
source share
2 answers

This question is a very good example of an opinion-based and very broad question, without a real problem to solve it, and not a single correct answer

Of course, in the number of millions of software developers, there are some who have learned to use UML and use it. And there are those who either did not learn to use UML , or simply did not use it for any reason.

So there are UML believers, UML skeptics and even UML haters, it depends on ... things.

I am a UML believer

How do you finally evaluate "..UML ... usually ... the real world .." depends on what you want to see and what the best software development you use in your own work

+7
source

It depends on your role, in most developer roles you will rarely, if ever, use it. I see that this is useful if you are developing something, for example, as a new database structure or when archiving a new system or application.

This can be useful for leading developers, architects or IT managers at the stages of developing an application for exchanging ideas with business people, as well as for drawing up a plan for the development team that will build it.

+2
source

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


All Articles