Hacker News new | ask | show | jobs
by reitanqild 4083 days ago
To update on this since I am a Java programmer who is picking up c again after 10 years:

In modern Java world people often maven or another project tool where upgrading a library is as simple as changing the version number in a "pom" file, push and wait for Jenkins to finish build, unit and integration tests.

Not kidding here, this is one of the things I love about Java development.

1 comments

This is literally every ecosystem except classical c and c++.