Programmer, mostly writing C++, C and Go.
- 0 Posts
- 1 Comment
Joined 7 years ago
Cake day: May 15th, 2019
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
Programmer, mostly writing C++, C and Go.
@bagder@mastodon.social This is my biggest worry too: they essentially copied the NPM package management model and practices. Good for short term productivity, but I worry that it causes significant long-term maintainability problems.
And everything is version 0.x, in part due to technical limitations of Cargo: moving out of 0.x is a breaking change, so if you have users on 0.x (which Cargo encourages by treating 0.x specially) moving out of 0.x breaks them.