Skip to content

Commit b470a8d

Browse files
docs(known-instances): Added SAP to RFC pattern (#681)
* Added SAP to RFC pattern --------- Co-authored-by: Sebastian Spier <github@spier.hu>
1 parent a89223e commit b470a8d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

patterns/2-structured/transparent-cross-team-decision-making-using-rfcs.md

+2
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ Also for decision making outside of pure software design decisions, transparent
9999
- **Uber** - According to this blog post by Gergely Orosz: [Scaling Engineering Teams via RFCs: Writing Things Down][uber].
100100
- **Google Design Docs** - As described in this blog post by Malte Ubl [Design Docs at Google][google]
101101
- **DAZN** (10/2021) - One way that DAZN makes technical decisions is via RFCs. RFCs are used for decisions that apply to engineering-wide processes only! The RFCs live in a GitHub repository, and technical standards are then gradually adopted within their tools and by their engineers. An RFC can be raised by any engineer, and voted on by all engineers. If upvotes exceed downvotes, the RFC is adopted. It’s worth noting, that the RFC voting process hasn’t yet been “stress-tested” by any contentious decisions. - As described in this blog post by Lou Bichard: [Building A DX Team: Lessons Learned][dazn]
102+
- **SAP** (03/2024) - SAP has a mature tool-assisted process for document review across teams. It is primarily used for the review of Architecture Decision Records (ADR) originating from cross-team work done on the Cross-Product Architecture collaboration model. Some noteworthy implementation differences from this pattern: The review process is not easily available for decisions on small projects. Also, the documents are not restricted to InnerSource projects only. - As described in the blog post [Cross-Product Architecture: Embracing Conway's Law for Better Software Architecture][sap-cpa].
102103

103104
## Status
104105

@@ -124,3 +125,4 @@ Structured
124125
[bbc]: https://www.youtube.com/watch?v=U6zlghE0HcE
125126
[google]: https://www.industrialempathy.com/posts/design-docs-at-google/
126127
[dazn]: https://medium.com/dazn-tech/building-a-dx-team-lessons-learned-4a66446088bc
128+
[sap-cpa]: https://community.sap.com/t5/technology-blogs-by-sap/cross-product-architecture-embracing-conway-s-law-for-better-software/ba-p/13648600

0 commit comments

Comments
 (0)