Hacker News new | ask | show | jobs
by AdieuToLogic 2050 days ago
> Slightly off topic but collaborative programming seems to be a big unsolved and ignored problem in programming.

No, it isn’t.

C, C++, Unix, and even Windows, have long sinced solved what you describe as being ignored. See also CPAN[0].

0 - https://www.cpan.org/

1 comments

Not sure why you're being down voted here. I see why the CPAN reference is relevant but maybe it in particular is viewed as an issue because of Perl's TMTOWTDI. I take your comment to be that code modularization and sharing was a problem solved long ago and that most collaborative programming issues are more social than technical.