Can you make UML diagrams to document a system that was created using structured programming? Since I have a lot of emphasis on classes and objects, I wonder if it would be correct.
Can you make UML diagrams to document a system that was created using structured programming? Since I have a lot of emphasis on classes and objects, I wonder if it would be correct.
For structured programming it is better to use Flowcharts because it is more standard among developers, in addition, the UML diagram is used for example in object-oriented programming where you have objects, which have attributes and functions or methods, then you he wants to keep these objects separate but in turn point out relationships between them and / or dependencies between them. For structured code or code with sequential execution the best is a flow diagram.
Greetings, mate.
PS: Attached a link that can serve you, is a guide with the basic tools to make a flow diagram, personally I think it explains things quite well. link