this post was submitted on 19 Aug 2023
285 points (95.0% liked)

Programmer Humor

32031 readers
1352 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 

For reference (as per Wikipedia):

Any organization that designs a system (defined broadly) will produce a design whose structure is a copy of the organization's communication structure.

— Melvin E. Conway

Imagine interpreting that as advice on how you should try to design things, lol.

Tbf, I think most of the post is just typical LinkedIn fluff, but I didn't want to take the poor fellow out of context.

you are viewing a single comment's thread
view the rest of the comments
[–] Sibbo@sopuli.xyz 1 points 1 year ago (1 children)

Point two can be argued about if we say "no software project should have more than three responsible people." Anyone can contribute, but there are at most three people deciding how the code should be and keeping an overview over everything.

Sound strange? How would we have ever landed on the moon with this? Answer: develop the whole system as a set of libraries that form a nice dependency tree all the way up to the one library that executes rocket launch on button press.

Each library does one thing very well, and each library is designed with the passion and thoughtfulness of someone's hobby open source project.

[–] barsoap@lemm.ee 2 points 1 year ago

There's another way to see it: If a project has more than three contributors it's not doing one thing, and one thing well, and should be split up.