Jump to content

Software architecture

From Simple English Wikipedia, the free encyclopedia
Revision as of 09:25, 15 July 2018 by Eptalon (talk | changes) (Created page with "'''Software architecture''' describes the high-level components a software is made of, as well as how they interact with each other. Each component of the system has a wel...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Software architecture describes the high-level components a software is made of, as well as how they interact with each other. Each component of the system has a well-defined function,.as well as a number of interfaces. Using a certain architecture for a system also means making choices. Changing it later on may be difficult and expensive.