Skip to content

Commit d2162af

Browse files
committed
Improved Post
1 parent 81d143e commit d2162af

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

content/posts/inner-source.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,16 @@ hidden: false
77
tags: [inner-source, collaboration, enterprise]
88
---
99

10-
## A lie?
10+
Regardless of what you might have heard on the internet (possibly from a tech influencer with a mustache who dislikes ReactJS), inner source is real and it's a fantastic way to foster collaboration and innovation within your organization, much like open source does in the wider community.
1111

12-
Regardless of what you might have heard on the internet (_possibly from a tech influencer with a mustache who dislikes ReactJS_), inner source is real and it's a fantastic way to foster collaboration and innovation within your organization, much like open source does in the wider community.
12+
## What is Inner Source?
13+
14+
Inner source brings the open-source model into a company, allowing teams to collaborate on internal projects. It promotes transparency and shared development, helping teams improve systems together and avoid duplicated work.
1315

1416
## Why the Skepticism?
1517

1618
While "hate" might be too strong a word, there are certainly many who are skeptical about the benefits of inner source. The main issue is that many people use it as a justification for their choice of tech stack. Critics argue that inner source is not worth the effort because they believe no one will contribute to their projects. In an organization, everyone has their own tasks and priorities, and they may be reluctant to spend time on something that doesn't directly benefit their immediate goals.
17-
18-
## The Real Benefits of Inner Source
19+
The Real Benefits of Inner Source
1920

2021
But here’s the thing: the reality is often quite different. Inner source can bring about some amazing benefits—if you know where to apply it. Have you ever considered which areas in your organization could truly benefit from this approach?
2122

@@ -26,30 +27,29 @@ This is particularly evident in companies with development teams divided into di
2627
In these cases, inner source can help align the various departments, allowing the development team to operate as a single unit instead of each department creating its own solution to the same problem.
2728

2829
```
29-
You can't develop software anymore these days withouut doing open source.
30-
- Wolfgang Gehring, FOSSS Ambassador @ Mercedz-Benz
30+
You can't develop software anymore these days without doing open source. - Wolfgang Gehring, FOSS Ambassador at Mercedez-Benz
3131
```
3232

3333
### Hypothetical Scenario
3434

35-
Imagine you have a company with multiple locations around the world, not only each with its own development team but with teams separated by departments. All locations have to predict shortages on their products and they all have to create a solution to predict these shortages:
35+
Imagine you have a company with multiple locations around the world and one coporate trying to guide them all, some locations with it's own development team but separated by departments.
36+
37+
All locations have to predict shortages on their products and they all have to create a solution to predict these shortages:
3638

3739
- Location A: More developers; creates 3 solutions in Angular + C#.
3840
- Location B: Decent team; develops a solution in React + Python while focused on other projects.
3941
- Location C: One developer; builds a solution in Vue + NodeJS.
4042
- Location D: No developers; creates a solution in Excel.
4143

42-
Corporate already had an outdated solution that wasn’t working as expected. Now, whenever someone wants to improve the prediction of shortages, they must choose between five existing solutions and discuss with other locations to determine if a new solution is better.
43-
44-
User resistance is high because they have to learn a new system each time a new solution is created, while their local solution is tailored to their specific needs.
44+
Now, when someone wants to improve shortage predictions, they have to choose from five different solutions and talk to other locations to decide if a new one is better. Users resist because they have to learn a new system every time, while their local solution fits their needs better.
4545

4646
This scenario is common in companies that lack a strong software development culture. You might think such situations are unrealistic, or perhaps you feel like I’m describing your own workplace.
4747

48-
Having a closed perspective that assumes all companies are the same can lead to generalized opinions. In this case, inner source can help align different departments, enabling the development team to work as a single unit rather than having each department create its own solution to the same problem.
48+
In this case, inner source can help align different departments, enabling the development team to work as a single unit rather than having each department create its own solution to the same problem.
4949

50-
### Hypothetical Solution
50+
### A Solution
5151

52-
Corporate comes to the conclusion that all plants should use the same solution. They create a repository with the base solution, something that has at least all the current features already have and the different locations can contribute to the solution. The solution is created in a language that all locations are familiar with and the solution is created in a way that can be extended by the different locations. The code source is open and anyone can detect if something is wrong or understand how the solution works.
52+
Corporate decides that all plants should use a unified system. They create a repository with a base version that includes all the current features, allowing different locations to contribute. The system is built in a language familiar to all teams and designed to be extended by each location as needed. With open-source access, anyone can identify issues or understand how the system works.
5353

5454
This not only helps to align the different locations but also helps to create a culture of collaboration between the different locations. The different locations can now share their knowledge and create a solution that is better than the one they had before. Now it also creates a standard on language and quality of code that is expected in the company.
5555

0 commit comments

Comments
 (0)