[UML] how to use UML for modeling to develop WEB websites using PHP? (PHPUML) looking at recruitment information, recruit PHP programmers but require proficient in UML modeling? Now UML seems to have become a standard of PHP?
How can I use UML for modeling when PHP programmers seldom use UML? It is hard to understand UML.
Reply to discussion (solution)
Never used.
Is someone using it? How to use it? What can it do? Solving ....
Never used.
Is someone using it? How to use it? What can it do? Solving ....
Yeah, I don't know what role UML modeling is for PHP. People who are expected to know can answer
Uml is only available in PHP. it is mainly used for preliminary analysis and design, mainly for the relationship between class diagrams, use case diagrams, time sequence diagrams, and so on.
Specifically, it is the design module or something, which can be developed based on UML when the team works together.
After taking over the project, you can see the UML diagram to better understand the project, just like the development documentation.
But it is not commonly used. I have only used it for other languages.
UML modeling is not only for "later" communication and understanding. Instead, developers can fully grasp the needs in all processes of software development, allow the design of software structures and behaviors, and reasonably establish the relationship between objects. UML is an important part in software engineering. Excellent architects are essential skills. UML learning also requires a foundation. First, your language must understand the object, then the design model, and finally a lot of practices.
It's not long before I know about it. if you want to know more, you 'd better buy a book first. Design mode and UML modeling.