>>13696543That's because 99% of them don't actually code anything beyond the week-one shit you get from the first few chapters of a book. Hence the endless litany of eternal-beginner threads on editor wars, style conventions (camel case, brace styles, etc.), and operator nitpicks.
Look at their Sneedacity fork of Audacity that fell off the wagon. They spent the vast majority of their time updating the README, rewriting CODE OF CONDUCT, designing logos, making brainlet tweaks to the build system, importing from upstream, and whatnot. One retard changed strcpy() to strncpy() in some dumb little Audacity side utility and didn't even know that strncpy() won't write a terminating NUL character if receiving a long enough string.