this post was submitted on 15 Jan 2024
669 points (98.1% liked)

Fediverse

27828 readers
263 users here now

A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).

If you wanted to get help with moderating your own community then head over to [email protected]!

Rules

Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration), Search Lemmy

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 8 months ago

There is a saying that if civil engineers would build houses the same way as software engineers build software, the first woodpecker would destroy the whole civilization.

In reality it is not easy to build good software and it can be fragile even with good practices. This approach allows anyone's code merged without much supervision.

Another thing is (and I even noticed myself doing it, even though normally I think of myself as perfectionist) is that when one contributes a feature to a project that they don't maintain. They just think only about the feature and the easiest way of implementing it, which isn't necessarily the best way to implement something long term, adding complexity, makes harder to add more features and much easier to accidentally create bugs.

Third, preventing security vulnerabilities is hard even with good practices, someone could accidentally (or purposely) introduce a security vulnerability.