Arnaud Porterie - @icecrime
Building software: the lessons
from Open Source
Arnaud Porterie - @icecrime
VP Engineering - Vente Privée
Open source matters
Nobody can afford to ignore the open source movement
Virtually every company uses open source infrastructure software
“Software is eating the world, open source is eating software”
Kubernetes
# of commits per month - 6 months moving average
Kafka
# of commits per month - 6 months moving average
Linux
# of commits per month - 6 months moving average
The open source world seems
to be doing something right
Leveraging open source code in your company
Contributing to open source as a company
Open sourcing company’s code
What this talk is not about
What this talk is about
Taking inspiration from open source in the way we
build software in-house software
Alternative title
How my role as VP Engineering today is
influenced by my previous experience
managing a large scale open source project
(they said it was too long ¯_(ツ)_/¯)
Arnaud Porterie - @icecrime
A primer on open source
project organization
Users
● File issues, report bugs, ask for features
● Influence the project by voicing their opinions
Participants in an Open Source project
Contributors
● Send patches, fix bugs, write documentation
● Often are also users of the project
● Influence the project by submitting modifications
Participants in an Open Source project
Maintainers
● Guardians of the temple
○ Responsible for the overall health of the project
○ Quality of the code
○ Project scalability
○ Project testing and release cycle
○ Culture of the community
● Typically are also contributors of the project
● Influence the project by deciding what goes in
Participants in an Open Source project
● Read the contributing guide (usually CONTRIBUTING.md)
● Discuss with maintainers
○ Explain the need
○ Explain how you intend to implement it
● Produce the contribution
● Submit a Pull Request (GitHub)
● Patch gets merged when two maintainers give their LGTM
Typical contribution process
Upstreams Downstreams
Managing dependencies
Code flow
In Open Source, your dependencies (upstreams) don’t work for you
● What you need to be done you contribute yourself
As a maintainer, you play nice with those who depend on you (downstreams)
● When they come in to file an issue or contribute a patch, be helpful
Managing dependencies
Arnaud Porterie - @icecrime
The elements of healthy
open source
Healthy open source
An open codebase with identified maintainers is not enough
● A healthy open source community fosters collective intelligence
● Not a coincidence but a deliberate act of designing a community
Under the right circumstances, groups are remarkably intelligent, and are
often smarter than the smartest people in them.
The Wisdom of Crowds, James Surowiecki
Patterns of a wise crowd
Culture & Empire - Pieter Hintjens
ISBN-13: 978-1492999775
Patterns of a wise crowd
Patterns of a wise crowd
● Strong mission: a formulation of the single main problem to solve
● Free-entry: strangers may walk in and get involved
● Strong protocols: a set of rules to collaborate properly
● Fair authority: a scalable authority to enforce the rules
● Transparency: all activity takes place in the open
● …
Patterns of a wise crowd
Successful online communities expose those patterns
For an open source project, it’s a matter of survival
Impact of wise crowds patterns
Ignoring wise crowds patterns Applying wise crowds patterns
Open source software
Pushes the community away
Will inevitably die
Scales to thousands contributors
Maintains quality and velocity
Has extreme resilience
Impact of wise crowds patterns
Ignoring wise crowds patterns Applying wise crowds patterns
Open source software
Pushes the community away
Will inevitably die
Scales to thousands contributors
Maintains quality and velocity
Has extreme resilience
Closed source software
? ?
Arnaud Porterie - @icecrime
Looking back at the enterprise
Is the enterprise enabling wise crowds?
● No universal answer: there are as many organizations as there are companies
● The traditional enterprise optimizes for control and predictability
○ Contrary to open source, applying the patterns is not a matter of survival
● Some of the common organizational pitfalls are clear wise crowds antipatterns
with immediate impact on the software it produces
“Application teams” commonly yield
● Lack of a strong mission expressed in user terms
● Arcane undocumented maintenance knowledge
Wise crowds antipatterns
Wise crowds patterns
Strong mission Measurable success
Free entry High scoring
Transparency Decentralization
Full remixability Free workspaces
Strong protocols Smooth learning
Fair authority Regular structure
Non-tribalism Positivity
Self-organization Sense of humor
Tolerance Minimalism
Organizational silos commonly yield
● Strong sense of ownership
● Membership model / “us and them” situations
● Heterogeneous structures between departments
Wise crowds antipatterns
Wise crowds patterns
Strong mission Measurable success
Free entry High scoring
Transparency Decentralization
Full remixability Free workspaces
Strong protocols Smooth learning
Fair authority Regular structure
Non-tribalism Positivity
Self-organization Sense of humor
Tolerance Minimalism
Top-down decision making commonly yields
● Complexity (decision decoupled from constraints)
● Suboptimal, insufficiently challenged solutions
● Centralization and an inability to scale
● Reluctance to express conflicting opinions
Wise crowds antipatterns
Wise crowds patterns
Strong mission Measurable success
Free entry High scoring
Transparency Decentralization
Full remixability Free workspaces
Strong protocols Smooth learning
Fair authority Regular structure
Non-tribalism Positivity
Self-organization Sense of humor
Tolerance Minimalism
Impact of wise crowds patterns
Ignoring wise crowds patterns Applying wise crowds patterns
Open source software
Pushes the community away
Will inevitably die
Scales to thousands contributors
Maintains quality and velocity
Has extreme resilience
Closed source software
Relies on tribal knowledge
Produces lower quality output
Tends to build castles over cities ?
Can we raise the “collective intelligence score”
of an enterprise by importing patterns of the
open source world?
Arnaud Porterie - @icecrime
Inner source & practical
implementation
Inner source
https://en.wikipedia.org/wiki/Inner_source
Inner source is the use of open source software development best practices
and the establishment of an open source-like culture within organizations.
The organization may still develop proprietary software, but internally opens
up its development. The term was coined by Tim O'Reilly in 2000.
Impact on teams dynamics
Distinguishing maintainer and contributor roles
● Alters the sense of ownership
○ Maintainers “own” the quality, coherence, and sustainability of the project
○ The organization collectively “owns” the code
● Contributors becomes an open group (free entry principle)
○ Anyone can walk in and participate
● Maintainers also becomes an open group! (fair authority principle)
○ Constructive participation to the project must be rewarded
Impact on teams dynamics
Encouraging cross-teams contributions
● Puts the collective goal above individual ownership considerations
● Raises the bar for best practices, particularly on documentation and testing
● Gives individual teams more control of their destiny
● Keeps the development effort where the need exists versus where its implemented
ADOPTION
Other engineering teams start
depending on the project
CONTRIBUTIONS
Downstreams participate in
the project’s development
PROJECT’S TEAM GROWTH
The project promotes maintainers to
follow and sustain a healthy growth
Grow software, not teams
Impact on teams dynamics
More importantly
● Creates a community where people collaborate and learn from each other
● Creates a environment where engineers aren’t confined to a single codebase
Inspired by Joel Spolsky’s “The Joel Test: 12 Steps to Better Code”
https://www.joelonsoftware.com/2000/08/09/the-joel-test-12-steps-to-better-code/
A practical checklist for
implementing inner source
● Pick a single source manager for the entire organization
○ Preferably choose a stack-agnostic solution
○ Preferably choose a solution that supports managing and publishing documentation
○ Typically GitHub or GitLab (GitHub may be better if you plan on open sourcing later)
● Potentially a cultural barrier to cross
1. Does everyone in the organization have access to all of
the codebase by default?
● Openness has little value without discoverability
● Choose a physical organization the team is familiar with
○ Don’t follow the organization chart, it will likely change over time
○ Ideally follow a reasonably stable functional layout (e.g., domain / product / component)
● Allows individual pieces to become “stepping stones” for others to build upon
2. Is the codebase structured or documented in a way that
makes it easy to explore?
● Think of the single main problem your project is solving for the users
○ This is crucial to constrain the scope
○ NB: “continuing to exist” is not a mission
● Typically formulated in a README.md at the root of the repository
3. Do individual projects have a documented mission?
● Low barrier of entry is key for a welcoming project
○ Anyone should be able to build, test, run with very few steps
○ Future hires to the team will thank you
● Typically formulated in a CONTRIBUTING.md at the root of the repository
4. Do individual projects have a documented and
straightforward contribution process?
● If there’s two processes, you can be sure that one of them is obsolete
○ Spoiler: it’s the one used by people external to the project
● Applies to
○ Coding guidelines
○ Contributions expectation
○ SLA for patch review (recommandation: use FIFO is most cases)
○ Testing (are maintainers relying on a dedicated QA team?)
● Don’t blame external contributors for not knowing your undocumented rules
5. Are all contributors treated equally (i.e., teams /
maintainers follow a different process)?
● Organise your company communications for transparency & discoverability
○ Encourage conversations to be public by default
○ Make the channels easy to discover (e.g., use a common format for teams)
● Document design and architecture decisions
○ Can be markdown files in git, or simply issue comments
6. Is there an open discussion platform where decisions are
taken and can be challenged?
● Good rules
○ Are collectively defined and managed as code
○ Start small, and grow in scope as we learn from experience
○ Foster collaboration while leaving space for self-organization
■ For example: to enforce the previously mentioned items of the checklist
● Who is the “fair authority” inside your organization?
○ Ideally a group of highly respected technical leaders (preferrably IC over managers)
7. Is there a set of commonly agreed upon rules enforced
by a fair authority?
Inner source: a checklist
1. Does everyone in the organization have access to all of the codebase by default?
2. Is the codebase structured or documented in a way that makes it easy to explore?
3. Do individual projects have a documented mission?
4. Do individual projects have a documented and straightforward contribution process?
5. Are all contributors treated equally (i.e., teams / maintainers follow a different process)?
6. Is there an open discussion platform where decisions are taken and can be challenged?
7. Is there a set of commonly agreed upon rules enforced by a fair authority?
Final words
Ignoring wise crowds patterns Applying wise crowds patterns
Open source software
Pushes the community away
Will inevitably die
Scales to thousands contributors
Maintains quality and velocity
Has extreme resilience
Closed source software
Relies on tribal knowledge
Produces lower quality output
Tends to build castles over cities
Allows to scale wisely
Puts group’s interest over teams
Raises the bar for best practices
Final words
Open source communities have repeatedly shown a capacity to produce high
quality sustainable software by carefully designing for collective intelligence
These recipes apply to the enterprise, but it’s a matter of culture
● Requiring full support from leadership
● Immune to whatever tool you may throw at it
Arnaud Porterie - @icecrime
Thank you!

More Related Content

PPTX
Inner-Source: The Lesson of Linux for Enterprises
PPTX
Inner Source Webinar Series: Open Source Community Development Methods
PDF
Inner Source 101 - GWO2016
PDF
InnerSource - Using open source best practices to help your company
PDF
Inner Source: Enterprise Lessons from the Open Source Community.
PDF
5/ GitHub Inner Source @ OPEN'16
PDF
Dev ops foundation v3 candidate handout(1)
PPTX
DevOps Torino Meetup Group Kickoff Meeting - Why a meetup group on DevOps, wh...
Inner-Source: The Lesson of Linux for Enterprises
Inner Source Webinar Series: Open Source Community Development Methods
Inner Source 101 - GWO2016
InnerSource - Using open source best practices to help your company
Inner Source: Enterprise Lessons from the Open Source Community.
5/ GitHub Inner Source @ OPEN'16
Dev ops foundation v3 candidate handout(1)
DevOps Torino Meetup Group Kickoff Meeting - Why a meetup group on DevOps, wh...

What's hot (20)

PPTX
Open Source Trends and Why They Matter to Health Care
PDF
OSDC 2019 | Feature Branching considered Evil by Thierry de Pauw
PDF
Strategic Benefits of Contributing to Open Source: For businesses and individ...
PPTX
Developing Open Source MDE Tools / Eclipse Stories and Lessons Learned - OSS4...
PDF
Open Source 101 - GWO2016
KEY
What is open source?
PDF
Samsung & The Path to Open Source Leadership (OBC)
PPTX
Why is Open Source Important to Samsung and What Are We Doing About It?
PDF
Agile and dev ops – an ideal match for seamless software development
PDF
5 Must-to-Read Books on DevOps
PDF
DSC UTeM DevOps Session#1: Intro to DevOps Presentation Slides
PDF
Thierry de Pauw - Feature Branching considered Evil - Codemotion Milan 2018
PPTX
Making software-projects-successful-nicar-2013
PPTX
DevOps Summit Amsterdam 2013 - Closing Questions
PDF
Open as a Competitive Advantage
PDF
WE16 - Navigating the Seas of Open Source Projects
PDF
Nonsoftwareoss
ODP
Higher Education in the Open Source Ecosystem
PDF
Non-software OSS projects
PPTX
Achieving Secure DevOps: Overcoming the Risks of Modern Service Delivery
Open Source Trends and Why They Matter to Health Care
OSDC 2019 | Feature Branching considered Evil by Thierry de Pauw
Strategic Benefits of Contributing to Open Source: For businesses and individ...
Developing Open Source MDE Tools / Eclipse Stories and Lessons Learned - OSS4...
Open Source 101 - GWO2016
What is open source?
Samsung & The Path to Open Source Leadership (OBC)
Why is Open Source Important to Samsung and What Are We Doing About It?
Agile and dev ops – an ideal match for seamless software development
5 Must-to-Read Books on DevOps
DSC UTeM DevOps Session#1: Intro to DevOps Presentation Slides
Thierry de Pauw - Feature Branching considered Evil - Codemotion Milan 2018
Making software-projects-successful-nicar-2013
DevOps Summit Amsterdam 2013 - Closing Questions
Open as a Competitive Advantage
WE16 - Navigating the Seas of Open Source Projects
Nonsoftwareoss
Higher Education in the Open Source Ecosystem
Non-software OSS projects
Achieving Secure DevOps: Overcoming the Risks of Modern Service Delivery

Similar to Building software: the lessons from open source (20)

KEY
Open Source Compliance at Twitter
PDF
Open Source: What is It?
PDF
Open source-and-you-gr8conf-us-2013
PPTX
InnerSourcing - Worldwide enterprise development teams collaboration
PDF
How to Run a Successful Open Source Java EE Project
PDF
Hitchhikers Guide to Participating in Open Source - Long Version
PDF
How To (Not) Open Source - Javazone, Oslo 2014
PDF
Créer une communauté open source: pourquoi ? comment ?
PPTX
Why Open Source is Important
PDF
Creating an Open Source Office: Lessons from Twitter
PDF
Sustaining Open Source Software
PPT
Quality, Cost, and Governance of Open Source Software
PDF
Discover the Power of Open Source Project Collaboration
PPTX
Running a Successful Open Source Project
PDF
#OSSPARIS19 - Understanding Open Source Governance - Gilles Gravier, Wipro Li...
PDF
Providing Services to our Remote Users: Open Source Solutions
PPTX
Open Source Project Management
PDF
OPS_Unit-2--Open Source Demystifying.pdf
PPTX
The Role of In-House & External Counsel in Managing Open Source Software
Open Source Compliance at Twitter
Open Source: What is It?
Open source-and-you-gr8conf-us-2013
InnerSourcing - Worldwide enterprise development teams collaboration
How to Run a Successful Open Source Java EE Project
Hitchhikers Guide to Participating in Open Source - Long Version
How To (Not) Open Source - Javazone, Oslo 2014
Créer une communauté open source: pourquoi ? comment ?
Why Open Source is Important
Creating an Open Source Office: Lessons from Twitter
Sustaining Open Source Software
Quality, Cost, and Governance of Open Source Software
Discover the Power of Open Source Project Collaboration
Running a Successful Open Source Project
#OSSPARIS19 - Understanding Open Source Governance - Gilles Gravier, Wipro Li...
Providing Services to our Remote Users: Open Source Solutions
Open Source Project Management
OPS_Unit-2--Open Source Demystifying.pdf
The Role of In-House & External Counsel in Managing Open Source Software

More from Arnaud Porterie (10)

PDF
Docker Barcelona Meetup - An Introduction to BuildKit
PDF
DockerCon US 2016 - Extending Docker With APIs, Drivers, and Plugins
PDF
DockerCon US 2016 - Scaling Open Source operations
PDF
The rise of Docker, and the future of computing
PDF
DockerCon EU 2015 - Windows Server Containers
PDF
DockerCon US 2015 - Engine Breakout Session
PDF
DockerCon EU 2015 - The Latest on Docker Engine
PDF
Abusing text/template for data transformation
PDF
Arnaud Porterie - Using Machine & Docker to develop & build Docker
PDF
Arnaud Porterie - The Truth About C++
Docker Barcelona Meetup - An Introduction to BuildKit
DockerCon US 2016 - Extending Docker With APIs, Drivers, and Plugins
DockerCon US 2016 - Scaling Open Source operations
The rise of Docker, and the future of computing
DockerCon EU 2015 - Windows Server Containers
DockerCon US 2015 - Engine Breakout Session
DockerCon EU 2015 - The Latest on Docker Engine
Abusing text/template for data transformation
Arnaud Porterie - Using Machine & Docker to develop & build Docker
Arnaud Porterie - The Truth About C++

Recently uploaded (20)

PPTX
pharmaceutics-1unit-1-221214121936-550b56aa.pptx
PDF
Design and Evaluation of a Inonotus obliquus-AgNP-Maltodextrin Delivery Syste...
PPTX
Neurology of Systemic disease all systems
PPTX
ENGlishGrade8_Quarter2_WEEK1_LESSON1.pptx
PDF
FYJC - Chemistry textbook - standard 11.
PDF
LATAM’s Top EdTech Innovators Transforming Learning in 2025.pdf
PDF
Kalaari-SaaS-Founder-Playbook-2024-Edition-.pdf
PPTX
MMW-CHAPTER-1-final.pptx major Elementary Education
PPTX
Chapter-4-Rizal-Higher-Education-1-2_081545.pptx
PPT
hsl powerpoint resource goyloveh feb 07.ppt
PDF
BSc-Zoology-02Sem-DrVijay-Comparative anatomy of vertebrates.pdf
PPTX
Diploma pharmaceutics notes..helps diploma students
PDF
GSA-Past-Papers-2010-2024-2.pdf CSS examination
PPTX
Neurological complocations of systemic disease
PPTX
Approach to a child with acute kidney injury
PDF
Review of Related Literature & Studies.pdf
PPTX
Cite It Right: A Compact Illustration of APA 7th Edition.pptx
PDF
Unleashing the Potential of the Cultural and creative industries
PDF
anganwadi services for the b.sc nursing and GNM
PDF
Chevening Scholarship Application and Interview Preparation Guide
pharmaceutics-1unit-1-221214121936-550b56aa.pptx
Design and Evaluation of a Inonotus obliquus-AgNP-Maltodextrin Delivery Syste...
Neurology of Systemic disease all systems
ENGlishGrade8_Quarter2_WEEK1_LESSON1.pptx
FYJC - Chemistry textbook - standard 11.
LATAM’s Top EdTech Innovators Transforming Learning in 2025.pdf
Kalaari-SaaS-Founder-Playbook-2024-Edition-.pdf
MMW-CHAPTER-1-final.pptx major Elementary Education
Chapter-4-Rizal-Higher-Education-1-2_081545.pptx
hsl powerpoint resource goyloveh feb 07.ppt
BSc-Zoology-02Sem-DrVijay-Comparative anatomy of vertebrates.pdf
Diploma pharmaceutics notes..helps diploma students
GSA-Past-Papers-2010-2024-2.pdf CSS examination
Neurological complocations of systemic disease
Approach to a child with acute kidney injury
Review of Related Literature & Studies.pdf
Cite It Right: A Compact Illustration of APA 7th Edition.pptx
Unleashing the Potential of the Cultural and creative industries
anganwadi services for the b.sc nursing and GNM
Chevening Scholarship Application and Interview Preparation Guide

Building software: the lessons from open source

  • 1. Arnaud Porterie - @icecrime Building software: the lessons from Open Source Arnaud Porterie - @icecrime VP Engineering - Vente Privée
  • 2. Open source matters Nobody can afford to ignore the open source movement Virtually every company uses open source infrastructure software “Software is eating the world, open source is eating software”
  • 3. Kubernetes # of commits per month - 6 months moving average
  • 4. Kafka # of commits per month - 6 months moving average
  • 5. Linux # of commits per month - 6 months moving average
  • 6. The open source world seems to be doing something right
  • 7. Leveraging open source code in your company Contributing to open source as a company Open sourcing company’s code What this talk is not about
  • 8. What this talk is about Taking inspiration from open source in the way we build software in-house software
  • 9. Alternative title How my role as VP Engineering today is influenced by my previous experience managing a large scale open source project (they said it was too long ¯_(ツ)_/¯)
  • 10. Arnaud Porterie - @icecrime A primer on open source project organization
  • 11. Users ● File issues, report bugs, ask for features ● Influence the project by voicing their opinions Participants in an Open Source project
  • 12. Contributors ● Send patches, fix bugs, write documentation ● Often are also users of the project ● Influence the project by submitting modifications Participants in an Open Source project
  • 13. Maintainers ● Guardians of the temple ○ Responsible for the overall health of the project ○ Quality of the code ○ Project scalability ○ Project testing and release cycle ○ Culture of the community ● Typically are also contributors of the project ● Influence the project by deciding what goes in Participants in an Open Source project
  • 14. ● Read the contributing guide (usually CONTRIBUTING.md) ● Discuss with maintainers ○ Explain the need ○ Explain how you intend to implement it ● Produce the contribution ● Submit a Pull Request (GitHub) ● Patch gets merged when two maintainers give their LGTM Typical contribution process
  • 16. In Open Source, your dependencies (upstreams) don’t work for you ● What you need to be done you contribute yourself As a maintainer, you play nice with those who depend on you (downstreams) ● When they come in to file an issue or contribute a patch, be helpful Managing dependencies
  • 17. Arnaud Porterie - @icecrime The elements of healthy open source
  • 18. Healthy open source An open codebase with identified maintainers is not enough ● A healthy open source community fosters collective intelligence ● Not a coincidence but a deliberate act of designing a community Under the right circumstances, groups are remarkably intelligent, and are often smarter than the smartest people in them. The Wisdom of Crowds, James Surowiecki
  • 19. Patterns of a wise crowd Culture & Empire - Pieter Hintjens ISBN-13: 978-1492999775
  • 20. Patterns of a wise crowd
  • 21. Patterns of a wise crowd ● Strong mission: a formulation of the single main problem to solve ● Free-entry: strangers may walk in and get involved ● Strong protocols: a set of rules to collaborate properly ● Fair authority: a scalable authority to enforce the rules ● Transparency: all activity takes place in the open ● …
  • 22. Patterns of a wise crowd Successful online communities expose those patterns For an open source project, it’s a matter of survival
  • 23. Impact of wise crowds patterns Ignoring wise crowds patterns Applying wise crowds patterns Open source software Pushes the community away Will inevitably die Scales to thousands contributors Maintains quality and velocity Has extreme resilience
  • 24. Impact of wise crowds patterns Ignoring wise crowds patterns Applying wise crowds patterns Open source software Pushes the community away Will inevitably die Scales to thousands contributors Maintains quality and velocity Has extreme resilience Closed source software ? ?
  • 25. Arnaud Porterie - @icecrime Looking back at the enterprise
  • 26. Is the enterprise enabling wise crowds? ● No universal answer: there are as many organizations as there are companies ● The traditional enterprise optimizes for control and predictability ○ Contrary to open source, applying the patterns is not a matter of survival ● Some of the common organizational pitfalls are clear wise crowds antipatterns with immediate impact on the software it produces
  • 27. “Application teams” commonly yield ● Lack of a strong mission expressed in user terms ● Arcane undocumented maintenance knowledge Wise crowds antipatterns Wise crowds patterns Strong mission Measurable success Free entry High scoring Transparency Decentralization Full remixability Free workspaces Strong protocols Smooth learning Fair authority Regular structure Non-tribalism Positivity Self-organization Sense of humor Tolerance Minimalism
  • 28. Organizational silos commonly yield ● Strong sense of ownership ● Membership model / “us and them” situations ● Heterogeneous structures between departments Wise crowds antipatterns Wise crowds patterns Strong mission Measurable success Free entry High scoring Transparency Decentralization Full remixability Free workspaces Strong protocols Smooth learning Fair authority Regular structure Non-tribalism Positivity Self-organization Sense of humor Tolerance Minimalism
  • 29. Top-down decision making commonly yields ● Complexity (decision decoupled from constraints) ● Suboptimal, insufficiently challenged solutions ● Centralization and an inability to scale ● Reluctance to express conflicting opinions Wise crowds antipatterns Wise crowds patterns Strong mission Measurable success Free entry High scoring Transparency Decentralization Full remixability Free workspaces Strong protocols Smooth learning Fair authority Regular structure Non-tribalism Positivity Self-organization Sense of humor Tolerance Minimalism
  • 30. Impact of wise crowds patterns Ignoring wise crowds patterns Applying wise crowds patterns Open source software Pushes the community away Will inevitably die Scales to thousands contributors Maintains quality and velocity Has extreme resilience Closed source software Relies on tribal knowledge Produces lower quality output Tends to build castles over cities ?
  • 31. Can we raise the “collective intelligence score” of an enterprise by importing patterns of the open source world?
  • 32. Arnaud Porterie - @icecrime Inner source & practical implementation
  • 33. Inner source https://en.wikipedia.org/wiki/Inner_source Inner source is the use of open source software development best practices and the establishment of an open source-like culture within organizations. The organization may still develop proprietary software, but internally opens up its development. The term was coined by Tim O'Reilly in 2000.
  • 34. Impact on teams dynamics Distinguishing maintainer and contributor roles ● Alters the sense of ownership ○ Maintainers “own” the quality, coherence, and sustainability of the project ○ The organization collectively “owns” the code ● Contributors becomes an open group (free entry principle) ○ Anyone can walk in and participate ● Maintainers also becomes an open group! (fair authority principle) ○ Constructive participation to the project must be rewarded
  • 35. Impact on teams dynamics Encouraging cross-teams contributions ● Puts the collective goal above individual ownership considerations ● Raises the bar for best practices, particularly on documentation and testing ● Gives individual teams more control of their destiny ● Keeps the development effort where the need exists versus where its implemented
  • 36. ADOPTION Other engineering teams start depending on the project CONTRIBUTIONS Downstreams participate in the project’s development PROJECT’S TEAM GROWTH The project promotes maintainers to follow and sustain a healthy growth Grow software, not teams
  • 37. Impact on teams dynamics More importantly ● Creates a community where people collaborate and learn from each other ● Creates a environment where engineers aren’t confined to a single codebase
  • 38. Inspired by Joel Spolsky’s “The Joel Test: 12 Steps to Better Code” https://www.joelonsoftware.com/2000/08/09/the-joel-test-12-steps-to-better-code/ A practical checklist for implementing inner source
  • 39. ● Pick a single source manager for the entire organization ○ Preferably choose a stack-agnostic solution ○ Preferably choose a solution that supports managing and publishing documentation ○ Typically GitHub or GitLab (GitHub may be better if you plan on open sourcing later) ● Potentially a cultural barrier to cross 1. Does everyone in the organization have access to all of the codebase by default?
  • 40. ● Openness has little value without discoverability ● Choose a physical organization the team is familiar with ○ Don’t follow the organization chart, it will likely change over time ○ Ideally follow a reasonably stable functional layout (e.g., domain / product / component) ● Allows individual pieces to become “stepping stones” for others to build upon 2. Is the codebase structured or documented in a way that makes it easy to explore?
  • 41. ● Think of the single main problem your project is solving for the users ○ This is crucial to constrain the scope ○ NB: “continuing to exist” is not a mission ● Typically formulated in a README.md at the root of the repository 3. Do individual projects have a documented mission?
  • 42. ● Low barrier of entry is key for a welcoming project ○ Anyone should be able to build, test, run with very few steps ○ Future hires to the team will thank you ● Typically formulated in a CONTRIBUTING.md at the root of the repository 4. Do individual projects have a documented and straightforward contribution process?
  • 43. ● If there’s two processes, you can be sure that one of them is obsolete ○ Spoiler: it’s the one used by people external to the project ● Applies to ○ Coding guidelines ○ Contributions expectation ○ SLA for patch review (recommandation: use FIFO is most cases) ○ Testing (are maintainers relying on a dedicated QA team?) ● Don’t blame external contributors for not knowing your undocumented rules 5. Are all contributors treated equally (i.e., teams / maintainers follow a different process)?
  • 44. ● Organise your company communications for transparency & discoverability ○ Encourage conversations to be public by default ○ Make the channels easy to discover (e.g., use a common format for teams) ● Document design and architecture decisions ○ Can be markdown files in git, or simply issue comments 6. Is there an open discussion platform where decisions are taken and can be challenged?
  • 45. ● Good rules ○ Are collectively defined and managed as code ○ Start small, and grow in scope as we learn from experience ○ Foster collaboration while leaving space for self-organization ■ For example: to enforce the previously mentioned items of the checklist ● Who is the “fair authority” inside your organization? ○ Ideally a group of highly respected technical leaders (preferrably IC over managers) 7. Is there a set of commonly agreed upon rules enforced by a fair authority?
  • 46. Inner source: a checklist 1. Does everyone in the organization have access to all of the codebase by default? 2. Is the codebase structured or documented in a way that makes it easy to explore? 3. Do individual projects have a documented mission? 4. Do individual projects have a documented and straightforward contribution process? 5. Are all contributors treated equally (i.e., teams / maintainers follow a different process)? 6. Is there an open discussion platform where decisions are taken and can be challenged? 7. Is there a set of commonly agreed upon rules enforced by a fair authority?
  • 47. Final words Ignoring wise crowds patterns Applying wise crowds patterns Open source software Pushes the community away Will inevitably die Scales to thousands contributors Maintains quality and velocity Has extreme resilience Closed source software Relies on tribal knowledge Produces lower quality output Tends to build castles over cities Allows to scale wisely Puts group’s interest over teams Raises the bar for best practices
  • 48. Final words Open source communities have repeatedly shown a capacity to produce high quality sustainable software by carefully designing for collective intelligence These recipes apply to the enterprise, but it’s a matter of culture ● Requiring full support from leadership ● Immune to whatever tool you may throw at it
  • 49. Arnaud Porterie - @icecrime Thank you!