What is software architecture? [duplicate]

8

What does the term "software architecture" mean and how does the term differ from "software engineering"?

    
asked by anonymous 03.02.2017 / 01:14

1 answer

5

Software architecture : studies the global organization of systems, relationships, and components. It allows you to understand the components of a system.

Software Engineering : These are development-related concepts, methods, and processes. This part includes specification, development, design, verification, validation and management.

We can say that the engineer designs and develops the base is the architect, defining the technologies and structures that will be used.

    
03.02.2017 / 01:25