Software architecture: Difference between revisions

Content deleted Content added
WikiCleanerBot (talk | contribs)
m v2.05b - Bot T20 CW#61 - Fix errors for CW project (Reference before punctuation)
Explained it further. The source is the same book so I didn't repeat the citation.
Line 11:
For example, the systems that controlled the [[Space Shuttle]] launch vehicle had the requirement of being very fast and very reliable. Therefore, an appropriate [[real-time computing]] language would need to be chosen. Additionally, to satisfy the need for reliability the choice could be made to have multiple redundant and independently produced copies of the program, and to run these copies on independent hardware while cross-checking results.
 
ThereYou arecan differentrun methodsan for"Architectural designingKata" softwaresession architectureto produce an architectural solution that fits your needs. Each session should be run by a team of three or five people. Each team defines the problem, extracts required architectural characteristics (aka [[Non-functional requirement|non functional requirements]]) then model the components accordingly. [[C4 model|C4 Model]] is a flexible method that helpscan help you to model yourthe architecture just enough. <ref>{{Cite book |title=Fundamentals of Software Architecture An Engineering Approach |publisher=O'Reilly Media |year=2020 |isbn=9781492043423}}</ref>
 
There are two fundamental laws that have to be considered in software architecture:<ref>{{Cite book |title=Head First Software Architecture |publisher=O'Reilly Media |year=2024 |isbn=978-1098134358}}</ref><ref>{{Cite book |title=Fundamentals of Software Architecture: An Engineering Approach |publisher=O'Reilly Media |year=2020 |isbn=978-1492043454}}</ref>