arc42 by Example: Software architecture documentation in practice
Authors: Dr. Gernot Starke – Michael Simons – Stefan Zörner – Ralf D. Müller
ISBN-10: 183921435X
ISBN-13: 9781839214356
Publication Date 出版日期: 2019-10-07
Print Length 页数: 236 pages
Book Description
By finelybook
Document the architecture of your software easily with this highly practical,open-source template.
When developers document the architecture of their systems,they often invent their own specific ways of articulating structures,designs,concepts,and decisions. What they need is a template that enables simple and efficient software architecture documentation. arc42 by Example shows how it’s done through several real-world examples.
Each example in the book,whether it is a chess engine,a huge CRM system,or a cool web system,starts with a brief description of the problem domain and the quality requirements. Then,you’ll discover the system context with all the external interfaces. You’ll dive into an overview of the solution strategy to implement the building blocks and runtime scenarios. The later chapters also explain various cross-cutting concerns and how they affect other aspects of a program.
What you will learn
Utilize arc42 to document a system’s physical infrastructure
Learn how to identify a system’s scope and boundaries
Break a system down into building blocks and illustrate the relationships between them
Discover how to describe the runtime behavior of a system
Know how to document design decisions and their reasons
Explore the risks and technical debt of your system
contents
1 Acknowledgements
2 I – Introduction
3 II – HTML Sanity Checking
4 III – Mass Market Customer Relationship Management
5 IV – biking2
6 V – DokChess
7 VI – docToolchain
8 VII – macOS Menu Bar Application